"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/07/08 05:37:10 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-zokewob5gequ" 2026/07/08 05:37:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/08 05:37:10 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/07/08 05:37:10 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/07/08 05:37:10 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/07/08 05:37:10 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/07/08 05:37:10 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/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell type "unix" from config 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Relative path resolved to "/rclone-test-zokewob5gequ" 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Using root directory "/rclone-test-zokewob5gequ" 2026/07/08 05:37:10 DEBUG : Creating backend with remote "/tmp/rclone2612239375" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:10 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:10 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:10 DEBUG : dir: Looking for writers 2026/07/08 05:37:10 DEBUG : Looking for writers 2026/07/08 05:37:10 DEBUG : dir: reading active writers 2026/07/08 05:37:10 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.17s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:10 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:10 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:11 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:11 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/subdir/file3" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/subdir/file3 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/subdir/file3" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-zokewob5gequ/dir/subdir/file3 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:11 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/subdir/file3" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/subdir/file3 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/subdir/file3" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-zokewob5gequ/dir/subdir/file3 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:11 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/07/08 05:37:11 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:11 DEBUG : dir/subdir: Looking for writers 2026/07/08 05:37:11 DEBUG : dir: Looking for writers 2026/07/08 05:37:11 DEBUG : file1: reading active writers 2026/07/08 05:37:11 DEBUG : file2: reading active writers 2026/07/08 05:37:11 DEBUG : subdir: reading active writers 2026/07/08 05:37:11 DEBUG : Looking for writers 2026/07/08 05:37:11 DEBUG : dir: reading active writers 2026/07/08 05:37:11 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.57s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:11 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:11 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:11 DEBUG : dir: Looking for writers 2026/07/08 05:37:11 DEBUG : file1: reading active writers 2026/07/08 05:37:11 DEBUG : Looking for writers 2026/07/08 05:37:11 DEBUG : dir: reading active writers 2026/07/08 05:37:11 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.21s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:11 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:11 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:11 DEBUG : dir: Looking for writers 2026/07/08 05:37:11 DEBUG : Looking for writers 2026/07/08 05:37:11 DEBUG : dir: reading active writers 2026/07/08 05:37:11 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:11 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:11 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:12 DEBUG : dir: forgetting directory cache 2026/07/08 05:37:12 DEBUG : forgetting directory cache 2026/07/08 05:37:12 DEBUG : dir: forgetting directory cache 2026/07/08 05:37:12 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:12 DEBUG : Looking for writers 2026/07/08 05:37:12 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.22s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:12 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:12 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/07/08 05:37:12 DEBUG : dir: invalidating directory cache 2026/07/08 05:37:12 DEBUG : >ForgetPath: 2026/07/08 05:37:12 DEBUG : ForgetPath: relativePath="dir", type=0 2026/07/08 05:37:12 DEBUG : invalidating directory cache 2026/07/08 05:37:12 DEBUG : dir: forgetting directory cache 2026/07/08 05:37:12 DEBUG : >ForgetPath: 2026/07/08 05:37:12 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/07/08 05:37:12 DEBUG : >ForgetPath: 2026/07/08 05:37:12 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:12 DEBUG : dir: Looking for writers 2026/07/08 05:37:12 DEBUG : Looking for writers 2026/07/08 05:37:12 DEBUG : dir: reading active writers 2026/07/08 05:37:12 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.23s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:12 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/fil/a/b/c" 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/fil/a/b/c 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/fil/a/b/c" 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-zokewob5gequ/fil/a/b/c 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:12 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/fil/a/b/c" 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/fil/a/b/c 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/fil/a/b/c" 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-zokewob5gequ/fil/a/b/c 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:12 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:12 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:13 DEBUG : forgetting directory cache 2026/07/08 05:37:13 DEBUG : dir: forgetting directory cache 2026/07/08 05:37:13 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:13 DEBUG : fil/a/b: Looking for writers 2026/07/08 05:37:13 DEBUG : fil/a: Looking for writers 2026/07/08 05:37:13 DEBUG : b: reading active writers 2026/07/08 05:37:13 DEBUG : fil: Looking for writers 2026/07/08 05:37:13 DEBUG : a: reading active writers 2026/07/08 05:37:13 DEBUG : dir: Looking for writers 2026/07/08 05:37:13 DEBUG : Looking for writers 2026/07/08 05:37:13 DEBUG : fil: reading active writers 2026/07/08 05:37:13 DEBUG : dir: reading active writers 2026/07/08 05:37:13 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.72s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:13 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:13 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:13 DEBUG : dir: Looking for writers 2026/07/08 05:37:13 DEBUG : Looking for writers 2026/07/08 05:37:13 DEBUG : dir: reading active writers 2026/07/08 05:37:13 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.21s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:13 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:13 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:13 DEBUG : dir: Looking for writers 2026/07/08 05:37:13 DEBUG : file1: reading active writers 2026/07/08 05:37:13 DEBUG : Looking for writers 2026/07/08 05:37:13 DEBUG : dir: reading active writers 2026/07/08 05:37:13 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:13 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:13 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:13 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/subdir/file3" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/subdir/file3 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/subdir/file3" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-zokewob5gequ/dir/subdir/file3 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:13 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/subdir/file3" 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/subdir/file3 2026/07/08 05:37:13 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/subdir/file3" 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-zokewob5gequ/dir/subdir/file3 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:14 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/07/08 05:37:14 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/07/08 05:37:14 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/07/08 05:37:14 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/08 05:37:14 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/07/08 05:37:14 DEBUG : Waiting for deletions to finish 2026/07/08 05:37:14 INFO : dir/subdir/file3: Deleted 2026/07/08 05:37:14 DEBUG : removing 1 level 2 directories 2026/07/08 05:37:14 INFO : dir/subdir: Removing directory 2026/07/08 05:37:14 DEBUG : dir: invalidating directory cache 2026/07/08 05:37:14 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/07/08 05:37:14 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/07/08 05:37:14 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/07/08 05:37:14 DEBUG : dir/file1: Reset virtual modtime 2026/07/08 05:37:14 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/07/08 05:37:14 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/08 05:37:14 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/07/08 05:37:14 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/07/08 05:37:14 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:14 DEBUG : dir: invalidating directory cache 2026/07/08 05:37:14 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/07/08 05:37:14 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/07/08 05:37:14 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/08 05:37:14 DEBUG : forgetting directory cache 2026/07/08 05:37:14 DEBUG : dir: forgetting directory cache 2026/07/08 05:37:14 DEBUG : dir/virtualDir: forgetting directory cache 2026/07/08 05:37:14 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:14 DEBUG : dir/virtualDir: Looking for writers 2026/07/08 05:37:14 DEBUG : dir: Looking for writers 2026/07/08 05:37:14 DEBUG : file1: reading active writers 2026/07/08 05:37:14 DEBUG : virtualFile2: reading active writers 2026/07/08 05:37:14 DEBUG : virtualFile: reading active writers 2026/07/08 05:37:14 DEBUG : virtualDir: reading active writers 2026/07/08 05:37:14 DEBUG : Looking for writers 2026/07/08 05:37:14 DEBUG : dir: reading active writers 2026/07/08 05:37:14 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.62s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:14 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:14 ERROR : dir/: Can only open directories read only 2026/07/08 05:37:14 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:14 DEBUG : dir: Looking for writers 2026/07/08 05:37:14 DEBUG : Looking for writers 2026/07/08 05:37:14 DEBUG : dir: reading active writers 2026/07/08 05:37:14 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.17s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:14 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:14 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:14 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/08 05:37:14 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/07/08 05:37:14 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: File to upload is small (5 bytes), uploading instead of streaming 2026/07/08 05:37:14 DEBUG : dir/potato: size = 5 OK 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/potato" 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/potato 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/potato" 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zokewob5gequ/dir/potato 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:14 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/08 05:37:14 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/08 05:37:14 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/07/08 05:37:14 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/08 05:37:14 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:14 DEBUG : dir: Looking for writers 2026/07/08 05:37:14 DEBUG : file1: reading active writers 2026/07/08 05:37:14 DEBUG : potato: reading active writers 2026/07/08 05:37:14 DEBUG : Looking for writers 2026/07/08 05:37:14 DEBUG : dir: reading active writers 2026/07/08 05:37:14 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.38s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:14 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:14 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:14 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:15 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:15 DEBUG : dir/sub: Looking for writers 2026/07/08 05:37:15 DEBUG : dir: Looking for writers 2026/07/08 05:37:15 DEBUG : file1: reading active writers 2026/07/08 05:37:15 DEBUG : sub: reading active writers 2026/07/08 05:37:15 DEBUG : Looking for writers 2026/07/08 05:37:15 DEBUG : dir: reading active writers 2026/07/08 05:37:15 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.53s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:15 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:15 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/08 05:37:15 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:15 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:15 DEBUG : dir/sub/subsub: Looking for writers 2026/07/08 05:37:15 DEBUG : dir/sub: Looking for writers 2026/07/08 05:37:15 DEBUG : subsub: reading active writers 2026/07/08 05:37:15 DEBUG : dir: Looking for writers 2026/07/08 05:37:15 DEBUG : file1: reading active writers 2026/07/08 05:37:15 DEBUG : sub: reading active writers 2026/07/08 05:37:15 DEBUG : Looking for writers 2026/07/08 05:37:15 DEBUG : dir: reading active writers 2026/07/08 05:37:15 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.43s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:15 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:15 ERROR : dir/: Dir.Remove not empty 2026/07/08 05:37:15 DEBUG : dir/file1: Remove: 2026/07/08 05:37:15 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:15 DEBUG : dir/file1: >Remove: err= 2026/07/08 05:37:15 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/08 05:37:15 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:15 DEBUG : Looking for writers 2026/07/08 05:37:15 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:15 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:15 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:16 DEBUG : dir/file1: Remove: 2026/07/08 05:37:16 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:16 DEBUG : dir/file1: >Remove: err= 2026/07/08 05:37:16 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/08 05:37:16 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:16 DEBUG : Looking for writers 2026/07/08 05:37:16 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.21s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:16 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:16 DEBUG : dir/file1: Remove: 2026/07/08 05:37:16 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:16 DEBUG : dir/file1: >Remove: err= 2026/07/08 05:37:16 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:16 DEBUG : dir: Looking for writers 2026/07/08 05:37:16 DEBUG : Looking for writers 2026/07/08 05:37:16 DEBUG : dir: reading active writers 2026/07/08 05:37:16 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.28s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:16 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file3" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file3 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file3" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-zokewob5gequ/dir/file3 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:16 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file3" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file3 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file3" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-zokewob5gequ/dir/file3 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:16 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/08 05:37:16 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/07/08 05:37:16 DEBUG : dir: Updating dir with dir2 0x2b47ab899860 2026/07/08 05:37:16 DEBUG : dir: forgetting directory cache 2026/07/08 05:37:16 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/08 05:37:16 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir2/file1" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir2/file1 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir2/file1" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir2/file1 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:16 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir2/file1" 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir2/file1 2026/07/08 05:37:16 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir2/file1" 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir2/file1 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:17 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir2/file3" 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir2/file3 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir2/file3" 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-zokewob5gequ/dir2/file3 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:17 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir2/file3" 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir2/file3 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir2/file3" 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-zokewob5gequ/dir2/file3 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:17 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/08 05:37:17 INFO : dir2/file1: Moved (server-side) to: file2 2026/07/08 05:37:17 DEBUG : file2: Updating file with file2 0x2b47aba561a0 2026/07/08 05:37:17 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:17 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file2" 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file2 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file2" 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/file2 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:17 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file2" 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/file2 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/file2" 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/file2 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:17 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir2/file3" 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir2/file3 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir2/file3" 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-zokewob5gequ/dir2/file3 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:17 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir2/file3" 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir2/file3 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir2/file3" 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-zokewob5gequ/dir2/file3 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:17 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/08 05:37:17 INFO : dir2/file3: Deleted 2026/07/08 05:37:17 INFO : file2: Moved (server-side) to: dir2/file3 2026/07/08 05:37:17 DEBUG : dir2/file3: Updating file with dir2/file3 0x2b47aba561a0 2026/07/08 05:37:17 DEBUG : Added virtual directory entry vDel: "file2" 2026/07/08 05:37:17 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir2/file3" 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir2/file3 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir2/file3" 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir2/file3 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:17 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir2/file3" 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir2/file3 2026/07/08 05:37:17 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir2/file3" 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir2/file3 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:18 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:18 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/07/08 05:37:18 DEBUG : empty directory: Updating dir with renamed empty directory 0x2b47ab556c30 2026/07/08 05:37:18 DEBUG : empty directory: forgetting directory cache 2026/07/08 05:37:18 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/07/08 05:37:18 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/07/08 05:37:18 DEBUG : dir2: Renaming to "dir3" 2026/07/08 05:37:18 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:18 DEBUG : dir3: Looking for writers 2026/07/08 05:37:18 DEBUG : file3: reading active writers 2026/07/08 05:37:18 DEBUG : renamed empty directory: Looking for writers 2026/07/08 05:37:18 DEBUG : Looking for writers 2026/07/08 05:37:18 DEBUG : dir3: reading active writers 2026/07/08 05:37:18 DEBUG : renamed empty directory: reading active writers 2026/07/08 05:37:18 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.73s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:18 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:18 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/08 05:37:18 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:18 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/08 05:37:18 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/08 05:37:18 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/07/08 05:37:18 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/07/08 05:37:18 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/08 05:37:18 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:18 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/08 05:37:18 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/08 05:37:18 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/07/08 05:37:18 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/07/08 05:37:18 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: File to upload is small (12 bytes), uploading instead of streaming 2026/07/08 05:37:18 DEBUG : dir/sub/file2: size = 12 OK 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/sub/file2" 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/sub/file2 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/sub/file2" 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-zokewob5gequ/dir/sub/file2 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:18 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/07/08 05:37:18 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/07/08 05:37:18 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/07/08 05:37:18 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/08 05:37:18 DEBUG : forgetting directory cache 2026/07/08 05:37:18 DEBUG : dir: forgetting directory cache 2026/07/08 05:37:18 DEBUG : dir/sub: forgetting directory cache 2026/07/08 05:37:18 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/07/08 05:37:18 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: File to upload is small (5 bytes), uploading instead of streaming 2026/07/08 05:37:18 DEBUG : dir/sub/file0: size = 5 OK 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/sub/file0" 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/sub/file0 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/sub/file0" 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zokewob5gequ/dir/sub/file0 2026/07/08 05:37:18 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:18 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/08 05:37:18 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/08 05:37:18 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/07/08 05:37:18 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/08 05:37:18 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:18 DEBUG : dir/sub: Looking for writers 2026/07/08 05:37:18 DEBUG : file0: reading active writers 2026/07/08 05:37:18 DEBUG : file2: reading active writers 2026/07/08 05:37:18 DEBUG : dir: Looking for writers 2026/07/08 05:37:18 DEBUG : file1: reading active writers 2026/07/08 05:37:18 DEBUG : sub: reading active writers 2026/07/08 05:37:18 DEBUG : Looking for writers 2026/07/08 05:37:18 DEBUG : dir: reading active writers 2026/07/08 05:37:18 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.42s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:18 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:18 DEBUG : forgetting directory cache 2026/07/08 05:37:19 DEBUG : forgetting directory cache 2026/07/08 05:37:19 DEBUG : dir: forgetting directory cache 2026/07/08 05:37:19 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:19 DEBUG : dir: Looking for writers 2026/07/08 05:37:19 DEBUG : Looking for writers 2026/07/08 05:37:19 DEBUG : dir: reading active writers 2026/07/08 05:37:19 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:19 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/07/08 05:37:19 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:19 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/07/08 05:37:19 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/07/08 05:37:19 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/07/08 05:37:19 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:19 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:19 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/07/08 05:37:19 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:19 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/07/08 05:37:19 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/07/08 05:37:19 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/07/08 05:37:19 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:19 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:19 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:19 DEBUG : dir: Looking for writers 2026/07/08 05:37:19 DEBUG : file1: reading active writers 2026/07/08 05:37:19 DEBUG : file1.metadata: reading active writers 2026/07/08 05:37:19 DEBUG : Looking for writers 2026/07/08 05:37:19 DEBUG : dir: reading active writers 2026/07/08 05:37:19 DEBUG : dir.metadata: reading active writers 2026/07/08 05:37:19 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.21s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:19 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:19 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:19 DEBUG : dir: Looking for writers 2026/07/08 05:37:19 DEBUG : file1: reading active writers 2026/07/08 05:37:19 DEBUG : Looking for writers 2026/07/08 05:37:19 DEBUG : dir: reading active writers 2026/07/08 05:37:19 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.21s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:19 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:19 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:20 DEBUG : Can set mod time: true 2026/07/08 05:37:20 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:20 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:20 DEBUG : dir: Looking for writers 2026/07/08 05:37:20 DEBUG : file1: reading active writers 2026/07/08 05:37:20 DEBUG : Looking for writers 2026/07/08 05:37:20 DEBUG : dir: reading active writers 2026/07/08 05:37:20 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:20 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:20 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/08 05:37:20 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/08 05:37:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: File to upload is small (0 bytes), uploading instead of streaming 2026/07/08 05:37:20 DEBUG : dir/file1: size = 0 OK 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:20 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/08 05:37:20 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/08 05:37:20 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/08 05:37:20 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/08 05:37:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:20 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:20 DEBUG : dir: Looking for writers 2026/07/08 05:37:20 DEBUG : file1: reading active writers 2026/07/08 05:37:20 DEBUG : Looking for writers 2026/07/08 05:37:20 DEBUG : dir: reading active writers 2026/07/08 05:37:20 DEBUG : >WaitForWriters: 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:20 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:20 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/08 05:37:20 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:20 DEBUG : dir: Looking for writers 2026/07/08 05:37:20 DEBUG : file1: reading active writers 2026/07/08 05:37:20 DEBUG : Looking for writers 2026/07/08 05:37:20 DEBUG : dir: reading active writers 2026/07/08 05:37:20 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:20 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:20 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:21 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/08 05:37:21 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/08 05:37:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: File to upload is small (5 bytes), uploading instead of streaming 2026/07/08 05:37:21 DEBUG : dir/file1: size = 5 OK 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:21 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/08 05:37:21 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/08 05:37:21 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/08 05:37:21 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/08 05:37:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:21 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:21 DEBUG : dir: Looking for writers 2026/07/08 05:37:21 DEBUG : file1: reading active writers 2026/07/08 05:37:21 DEBUG : Looking for writers 2026/07/08 05:37:21 DEBUG : dir: reading active writers 2026/07/08 05:37:21 DEBUG : >WaitForWriters: 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:21 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:21 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/08 05:37:21 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:21 DEBUG : dir: Looking for writers 2026/07/08 05:37:21 DEBUG : file1: reading active writers 2026/07/08 05:37:21 DEBUG : Looking for writers 2026/07/08 05:37:21 DEBUG : dir: reading active writers 2026/07/08 05:37:21 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:21 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:21 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:21 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:21 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:21 DEBUG : dir: Looking for writers 2026/07/08 05:37:21 DEBUG : file1: reading active writers 2026/07/08 05:37:21 DEBUG : Looking for writers 2026/07/08 05:37:21 DEBUG : dir: reading active writers 2026/07/08 05:37:21 DEBUG : >WaitForWriters: 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:21 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:21 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:21 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/08 05:37:21 DEBUG : dir/file1: newRWFileHandle: 2026/07/08 05:37:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/08 05:37:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/08 05:37:21 DEBUG : dir/file1(0x2b47ab67f680): close: 2026/07/08 05:37:21 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/08 05:37:21 DEBUG : dir/file1(0x2b47ab67f680): >close: err= 2026/07/08 05:37:21 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:21 DEBUG : dir: Looking for writers 2026/07/08 05:37:21 DEBUG : file1: reading active writers 2026/07/08 05:37:21 DEBUG : Looking for writers 2026/07/08 05:37:21 DEBUG : dir: reading active writers 2026/07/08 05:37:21 DEBUG : >WaitForWriters: 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:21 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:22 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:22 DEBUG : dir: Looking for writers 2026/07/08 05:37:22 DEBUG : file1: reading active writers 2026/07/08 05:37:22 DEBUG : Looking for writers 2026/07/08 05:37:22 DEBUG : dir: reading active writers 2026/07/08 05:37:22 DEBUG : >WaitForWriters: 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:22 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:22 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:22 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/08 05:37:22 DEBUG : dir/file1: newRWFileHandle: 2026/07/08 05:37:22 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/08 05:37:22 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/08 05:37:22 DEBUG : dir/file1(0x2b47ab67fcc0): _writeAt: size=5, off=0 2026/07/08 05:37:22 DEBUG : dir/file1(0x2b47ab67fcc0): openPending: 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:22 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/08 05:37:22 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/08 05:37:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:22 DEBUG : dir/file1(0x2b47ab67fcc0): >openPending: err= 2026/07/08 05:37:22 DEBUG : dir/file1(0x2b47ab67fcc0): >_writeAt: n=5, err= 2026/07/08 05:37:22 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/08 05:37:22 DEBUG : dir/file1(0x2b47ab67fcc0): close: 2026/07/08 05:37:22 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/07/08 05:37:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/07/08 05:37:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/07/08 05:37:22 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/08 05:37:22 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/08 05:37:22 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:22 DEBUG : dir/file1(0x2b47ab67fcc0): >close: err= 2026/07/08 05:37:22 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:22 DEBUG : dir: Looking for writers 2026/07/08 05:37:22 DEBUG : file1: reading active writers 2026/07/08 05:37:22 DEBUG : Looking for writers 2026/07/08 05:37:22 DEBUG : dir: reading active writers 2026/07/08 05:37:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/08 05:37:22 DEBUG : dir: Looking for writers 2026/07/08 05:37:22 DEBUG : file1: reading active writers 2026/07/08 05:37:22 DEBUG : Looking for writers 2026/07/08 05:37:22 DEBUG : dir: reading active writers 2026/07/08 05:37:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/08 05:37:22 DEBUG : dir: Looking for writers 2026/07/08 05:37:22 DEBUG : file1: reading active writers 2026/07/08 05:37:22 DEBUG : Looking for writers 2026/07/08 05:37:22 DEBUG : dir: reading active writers 2026/07/08 05:37:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/08 05:37:22 DEBUG : dir: Looking for writers 2026/07/08 05:37:22 DEBUG : file1: reading active writers 2026/07/08 05:37:22 DEBUG : Looking for writers 2026/07/08 05:37:22 DEBUG : dir: reading active writers 2026/07/08 05:37:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/08 05:37:22 DEBUG : dir/file1: vfs cache: starting upload 2026/07/08 05:37:22 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1.2f98c60a.partial" 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1.2f98c60a.partial 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1.2f98c60a.partial" 2026/07/08 05:37:22 DEBUG : dir: Looking for writers 2026/07/08 05:37:22 DEBUG : file1: reading active writers 2026/07/08 05:37:22 DEBUG : Looking for writers 2026/07/08 05:37:22 DEBUG : dir: reading active writers 2026/07/08 05:37:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-zokewob5gequ/dir/file1.2f98c60a.partial 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:22 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/08 05:37:22 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/07/08 05:37:22 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/07/08 05:37:22 INFO : dir/file1: Copied (replaced existing) 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:22 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/08 05:37:22 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/07/08 05:37:22 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/08 05:37:22 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/07/08 05:37:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:22 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/08 05:37:22 DEBUG : dir: Looking for writers 2026/07/08 05:37:22 DEBUG : file1: reading active writers 2026/07/08 05:37:22 DEBUG : Looking for writers 2026/07/08 05:37:22 DEBUG : dir: reading active writers 2026/07/08 05:37:22 DEBUG : >WaitForWriters: 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:22 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:22 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:23 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/07/08 05:37:23 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:23 DEBUG : dir: Looking for writers 2026/07/08 05:37:23 DEBUG : file1: reading active writers 2026/07/08 05:37:23 DEBUG : Looking for writers 2026/07/08 05:37:23 DEBUG : dir: reading active writers 2026/07/08 05:37:23 DEBUG : >WaitForWriters: 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.05s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.54s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.50s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.37s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.82s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:23 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:23 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/08 05:37:23 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/08 05:37:23 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:23 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:23 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:23 DEBUG : dir: Looking for writers 2026/07/08 05:37:23 DEBUG : file1: reading active writers 2026/07/08 05:37:23 DEBUG : Looking for writers 2026/07/08 05:37:23 DEBUG : dir: reading active writers 2026/07/08 05:37:23 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.27s) === RUN TestFileOpenReadUnknownSize 2026/07/08 05:37:23 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/07/08 05:37:23 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/08 05:37:23 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:23 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/07/08 05:37:23 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:23 DEBUG : Looking for writers 2026/07/08 05:37:23 DEBUG : file.txt: reading active writers 2026/07/08 05:37:23 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:23 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: File to upload is small (25 bytes), uploading instead of streaming 2026/07/08 05:37:23 DEBUG : dir/file1: size = 25 OK 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:23 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/08 05:37:23 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/08 05:37:23 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/08 05:37:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:23 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:23 DEBUG : dir: Looking for writers 2026/07/08 05:37:23 DEBUG : file1: reading active writers 2026/07/08 05:37:23 DEBUG : Looking for writers 2026/07/08 05:37:23 DEBUG : dir: reading active writers 2026/07/08 05:37:23 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.32s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:23 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:23 DEBUG : dir/file1: Remove: 2026/07/08 05:37:23 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:23 DEBUG : dir/file1: >Remove: err= 2026/07/08 05:37:23 DEBUG : dir/file1: Remove: 2026/07/08 05:37:23 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/08 05:37:23 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:23 DEBUG : dir: Looking for writers 2026/07/08 05:37:23 DEBUG : Looking for writers 2026/07/08 05:37:23 DEBUG : dir: reading active writers 2026/07/08 05:37:23 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.17s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:23 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:23 DEBUG : dir/file1: Remove: 2026/07/08 05:37:23 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:23 DEBUG : dir/file1: >Remove: err= 2026/07/08 05:37:23 DEBUG : dir/file1: Remove: 2026/07/08 05:37:23 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/08 05:37:23 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:23 DEBUG : dir: Looking for writers 2026/07/08 05:37:23 DEBUG : Looking for writers 2026/07/08 05:37:23 DEBUG : dir: reading active writers 2026/07/08 05:37:23 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.21s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:23 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:23 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:24 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/08 05:37:24 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/08 05:37:24 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/08 05:37:24 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/08 05:37:24 DEBUG : dir/file1: Open: flags=O_RDWR 2026/07/08 05:37:24 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/08 05:37:24 DEBUG : dir/file1: Open: flags=0x3 2026/07/08 05:37:24 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/07/08 05:37:24 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/07/08 05:37:24 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:24 DEBUG : dir: Looking for writers 2026/07/08 05:37:24 DEBUG : file1: reading active writers 2026/07/08 05:37:24 DEBUG : Looking for writers 2026/07/08 05:37:24 DEBUG : dir: reading active writers 2026/07/08 05:37:24 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.20s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:24 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:24 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:24 DEBUG : dir: Looking for writers 2026/07/08 05:37:24 DEBUG : file1: reading active writers 2026/07/08 05:37:24 DEBUG : Looking for writers 2026/07/08 05:37:24 DEBUG : dir: reading active writers 2026/07/08 05:37:24 DEBUG : >WaitForWriters: 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:24 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/08 05:37:24 DEBUG : newLeaf: Updating file with newLeaf 0x2b47abb43380 2026/07/08 05:37:24 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:24 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:24 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:24 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:24 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/08 05:37:24 DEBUG : dir/file1: Updating file with dir/file1 0x2b47abb43380 2026/07/08 05:37:24 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/08 05:37:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:24 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/08 05:37:24 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/08 05:37:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:24 DEBUG : dir/file1: File is currently open, delaying rename 0x2b47abb43380 2026/07/08 05:37:24 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:24 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: File to upload is small (25 bytes), uploading instead of streaming 2026/07/08 05:37:24 DEBUG : dir/file1: size = 25 OK 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:24 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:25 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/08 05:37:25 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/08 05:37:25 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/08 05:37:25 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/08 05:37:25 DEBUG : newLeaf: Running delayed rename now 2026/07/08 05:37:25 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/08 05:37:25 DEBUG : newLeaf: Updating file with newLeaf 0x2b47abb43380 2026/07/08 05:37:25 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:25 DEBUG : dir: Looking for writers 2026/07/08 05:37:25 DEBUG : Looking for writers 2026/07/08 05:37:25 DEBUG : dir: reading active writers 2026/07/08 05:37:25 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:25 DEBUG : >WaitForWriters: 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:25 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:25 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/08 05:37:25 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:25 DEBUG : dir: Looking for writers 2026/07/08 05:37:25 DEBUG : Looking for writers 2026/07/08 05:37:25 DEBUG : dir: reading active writers 2026/07/08 05:37:25 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:25 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:25 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:25 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:25 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:25 DEBUG : dir: Looking for writers 2026/07/08 05:37:25 DEBUG : file1: reading active writers 2026/07/08 05:37:25 DEBUG : Looking for writers 2026/07/08 05:37:25 DEBUG : dir: reading active writers 2026/07/08 05:37:25 DEBUG : >WaitForWriters: 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:25 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/08 05:37:25 DEBUG : newLeaf: Updating file with newLeaf 0x2b47abef24e0 2026/07/08 05:37:25 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:25 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:25 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:25 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:25 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/08 05:37:25 DEBUG : dir/file1: Updating file with dir/file1 0x2b47abef24e0 2026/07/08 05:37:25 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/08 05:37:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:25 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:26 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/08 05:37:26 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/08 05:37:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:26 DEBUG : dir/file1: File is currently open, delaying rename 0x2b47abef24e0 2026/07/08 05:37:26 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:26 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: File to upload is small (25 bytes), uploading instead of streaming 2026/07/08 05:37:26 DEBUG : dir/file1: size = 25 OK 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:26 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/08 05:37:26 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/08 05:37:26 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/08 05:37:26 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/08 05:37:26 DEBUG : newLeaf: Running delayed rename now 2026/07/08 05:37:26 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/08 05:37:26 DEBUG : newLeaf: Updating file with newLeaf 0x2b47abef24e0 2026/07/08 05:37:26 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:26 DEBUG : dir: Looking for writers 2026/07/08 05:37:26 DEBUG : Looking for writers 2026/07/08 05:37:26 DEBUG : dir: reading active writers 2026/07/08 05:37:26 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:26 DEBUG : >WaitForWriters: 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:26 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:26 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/08 05:37:26 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:26 DEBUG : dir: Looking for writers 2026/07/08 05:37:26 DEBUG : Looking for writers 2026/07/08 05:37:26 DEBUG : dir: reading active writers 2026/07/08 05:37:26 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:26 DEBUG : >WaitForWriters: 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:26 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:26 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:26 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/08 05:37:26 DEBUG : dir/file1: newRWFileHandle: 2026/07/08 05:37:26 DEBUG : dir/file1(0x2b47abfa0d80): openPending: 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:26 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/08 05:37:26 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/08 05:37:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:26 DEBUG : dir/file1(0x2b47abfa0d80): >openPending: err= 2026/07/08 05:37:26 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/08 05:37:26 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/08 05:37:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:26 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/08 05:37:26 DEBUG : dir/file1(0x2b47abfa0d80): _writeAt: size=14, off=0 2026/07/08 05:37:26 DEBUG : dir/file1(0x2b47abfa0d80): >_writeAt: n=14, err= 2026/07/08 05:37:26 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/08 05:37:26 DEBUG : dir/file1(0x2b47abfa0d80): close: 2026/07/08 05:37:26 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/08 05:37:26 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/08 05:37:26 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:26 DEBUG : dir/file1(0x2b47abfa0d80): >close: err= 2026/07/08 05:37:26 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:26 DEBUG : dir: Looking for writers 2026/07/08 05:37:26 DEBUG : file1: reading active writers 2026/07/08 05:37:26 DEBUG : Looking for writers 2026/07/08 05:37:26 DEBUG : dir: reading active writers 2026/07/08 05:37:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/08 05:37:26 DEBUG : dir: Looking for writers 2026/07/08 05:37:26 DEBUG : file1: reading active writers 2026/07/08 05:37:26 DEBUG : Looking for writers 2026/07/08 05:37:26 DEBUG : dir: reading active writers 2026/07/08 05:37:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/08 05:37:26 DEBUG : dir: Looking for writers 2026/07/08 05:37:26 DEBUG : file1: reading active writers 2026/07/08 05:37:26 DEBUG : Looking for writers 2026/07/08 05:37:26 DEBUG : dir: reading active writers 2026/07/08 05:37:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/08 05:37:26 DEBUG : dir: Looking for writers 2026/07/08 05:37:26 DEBUG : file1: reading active writers 2026/07/08 05:37:26 DEBUG : Looking for writers 2026/07/08 05:37:26 DEBUG : dir: reading active writers 2026/07/08 05:37:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/08 05:37:26 DEBUG : dir/file1: vfs cache: starting upload 2026/07/08 05:37:26 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1.ca338588.partial" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1.ca338588.partial 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1.ca338588.partial" 2026/07/08 05:37:26 DEBUG : dir: Looking for writers 2026/07/08 05:37:26 DEBUG : file1: reading active writers 2026/07/08 05:37:26 DEBUG : Looking for writers 2026/07/08 05:37:26 DEBUG : dir: reading active writers 2026/07/08 05:37:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1.ca338588.partial 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:26 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:26 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/08 05:37:26 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/08 05:37:26 INFO : dir/file1: Copied (replaced existing) 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:26 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/08 05:37:26 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/08 05:37:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:26 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/08 05:37:26 DEBUG : dir: Looking for writers 2026/07/08 05:37:26 DEBUG : file1: reading active writers 2026/07/08 05:37:26 DEBUG : Looking for writers 2026/07/08 05:37:26 DEBUG : dir: reading active writers 2026/07/08 05:37:26 DEBUG : >WaitForWriters: 2026/07/08 05:37:26 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/08 05:37:26 DEBUG : dir/file1: newRWFileHandle: 2026/07/08 05:37:26 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/08 05:37:26 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/08 05:37:26 DEBUG : dir/file1(0x2b47abec17c0): _readAt: size=512, off=0 2026/07/08 05:37:26 DEBUG : dir/file1(0x2b47abec17c0): openPending: 2026/07/08 05:37:26 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/08 05:37:26 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/08 05:37:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:26 DEBUG : dir/file1(0x2b47abec17c0): >openPending: err= 2026/07/08 05:37:26 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/08 05:37:26 DEBUG : dir/file1(0x2b47abec17c0): >_readAt: n=14, err=EOF 2026/07/08 05:37:26 DEBUG : dir/file1(0x2b47abec17c0): close: 2026/07/08 05:37:26 DEBUG : dir/file1(0x2b47abec17c0): >close: err= 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:26 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:27 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:27 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:27 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/08 05:37:27 DEBUG : newLeaf: Updating file with newLeaf 0x2b47abfad1e0 2026/07/08 05:37:27 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:27 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:27 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:27 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:27 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:27 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/08 05:37:27 DEBUG : dir/file1: Updating file with dir/file1 0x2b47abfad1e0 2026/07/08 05:37:27 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/08 05:37:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:27 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/08 05:37:27 DEBUG : dir/file1: newRWFileHandle: 2026/07/08 05:37:27 DEBUG : dir/file1(0x2b47ab5a7240): openPending: 2026/07/08 05:37:27 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/08 05:37:27 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/08 05:37:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:27 DEBUG : dir/file1(0x2b47ab5a7240): >openPending: err= 2026/07/08 05:37:27 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/08 05:37:27 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/08 05:37:27 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/08 05:37:27 DEBUG : dir/file1(0x2b47ab5a7240): _writeAt: size=25, off=0 2026/07/08 05:37:27 DEBUG : dir/file1(0x2b47ab5a7240): >_writeAt: n=25, err= 2026/07/08 05:37:27 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:27 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:27 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/08 05:37:27 DEBUG : newLeaf: Updating file with newLeaf 0x2b47abfad1e0 2026/07/08 05:37:27 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:27 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/08 05:37:27 DEBUG : newLeaf(0x2b47ab5a7240): close: 2026/07/08 05:37:27 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/07/08 05:37:27 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-08 05:37:27.774162247 +0000 UTC m=+17.187657874 2026/07/08 05:37:27 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:27 DEBUG : newLeaf(0x2b47ab5a7240): >close: err= 2026/07/08 05:37:27 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:27 DEBUG : dir: Looking for writers 2026/07/08 05:37:27 DEBUG : Looking for writers 2026/07/08 05:37:27 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:27 DEBUG : dir: reading active writers 2026/07/08 05:37:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/08 05:37:27 DEBUG : dir: Looking for writers 2026/07/08 05:37:27 DEBUG : Looking for writers 2026/07/08 05:37:27 DEBUG : dir: reading active writers 2026/07/08 05:37:27 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/08 05:37:27 DEBUG : dir: Looking for writers 2026/07/08 05:37:27 DEBUG : Looking for writers 2026/07/08 05:37:27 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:27 DEBUG : dir: reading active writers 2026/07/08 05:37:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/08 05:37:27 DEBUG : dir: Looking for writers 2026/07/08 05:37:27 DEBUG : Looking for writers 2026/07/08 05:37:27 DEBUG : dir: reading active writers 2026/07/08 05:37:27 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/08 05:37:27 DEBUG : newLeaf: vfs cache: starting upload 2026/07/08 05:37:27 DEBUG : newLeaf.032c0238.partial: size = 25 OK 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf.032c0238.partial" 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf.032c0238.partial 2026/07/08 05:37:27 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf.032c0238.partial" 2026/07/08 05:37:28 DEBUG : dir: Looking for writers 2026/07/08 05:37:28 DEBUG : Looking for writers 2026/07/08 05:37:28 DEBUG : dir: reading active writers 2026/07/08 05:37:28 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zokewob5gequ/newLeaf.032c0238.partial 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:28 DEBUG : newLeaf.032c0238.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/08 05:37:28 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/08 05:37:28 DEBUG : newLeaf.032c0238.partial: renamed to: newLeaf 2026/07/08 05:37:28 INFO : newLeaf: Copied (replaced existing) 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:28 DEBUG : dir: Looking for writers 2026/07/08 05:37:28 DEBUG : Looking for writers 2026/07/08 05:37:28 DEBUG : dir: reading active writers 2026/07/08 05:37:28 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:28 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/08 05:37:28 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-08 05:37:27 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/08 05:37:28 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/08 05:37:28 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/08 05:37:28 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/08 05:37:28 DEBUG : >WaitForWriters: 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:28 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:28 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/08 05:37:28 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:28 DEBUG : dir: Looking for writers 2026/07/08 05:37:28 DEBUG : Looking for writers 2026/07/08 05:37:28 DEBUG : dir: reading active writers 2026/07/08 05:37:28 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:28 DEBUG : >WaitForWriters: 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:28 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:28 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:28 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:28 DEBUG : dir: Looking for writers 2026/07/08 05:37:28 DEBUG : file1: reading active writers 2026/07/08 05:37:28 DEBUG : Looking for writers 2026/07/08 05:37:28 DEBUG : dir: reading active writers 2026/07/08 05:37:28 DEBUG : >WaitForWriters: 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:28 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/08 05:37:28 DEBUG : newLeaf: Updating file with newLeaf 0x2b47ab7c6340 2026/07/08 05:37:28 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:28 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:28 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:28 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:29 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:29 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/08 05:37:29 DEBUG : dir/file1: Updating file with dir/file1 0x2b47ab7c6340 2026/07/08 05:37:29 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/08 05:37:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:29 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/08 05:37:29 DEBUG : dir/file1: newRWFileHandle: 2026/07/08 05:37:29 DEBUG : dir/file1(0x2b47abec19c0): openPending: 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:29 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/08 05:37:29 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/08 05:37:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:29 DEBUG : dir/file1(0x2b47abec19c0): >openPending: err= 2026/07/08 05:37:29 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/08 05:37:29 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/08 05:37:29 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/08 05:37:29 DEBUG : dir/file1(0x2b47abec19c0): _writeAt: size=25, off=0 2026/07/08 05:37:29 DEBUG : dir/file1(0x2b47abec19c0): >_writeAt: n=25, err= 2026/07/08 05:37:29 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:29 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:29 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/08 05:37:29 DEBUG : newLeaf: Updating file with newLeaf 0x2b47ab7c6340 2026/07/08 05:37:29 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:29 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/08 05:37:29 DEBUG : newLeaf(0x2b47abec19c0): close: 2026/07/08 05:37:29 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/07/08 05:37:29 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-08 05:37:29.315909284 +0000 UTC m=+18.729404921 2026/07/08 05:37:29 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:29 DEBUG : newLeaf(0x2b47abec19c0): >close: err= 2026/07/08 05:37:29 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:29 DEBUG : dir: Looking for writers 2026/07/08 05:37:29 DEBUG : Looking for writers 2026/07/08 05:37:29 DEBUG : dir: reading active writers 2026/07/08 05:37:29 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/08 05:37:29 DEBUG : dir: Looking for writers 2026/07/08 05:37:29 DEBUG : Looking for writers 2026/07/08 05:37:29 DEBUG : dir: reading active writers 2026/07/08 05:37:29 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/08 05:37:29 DEBUG : dir: Looking for writers 2026/07/08 05:37:29 DEBUG : Looking for writers 2026/07/08 05:37:29 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:29 DEBUG : dir: reading active writers 2026/07/08 05:37:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/08 05:37:29 DEBUG : dir: Looking for writers 2026/07/08 05:37:29 DEBUG : Looking for writers 2026/07/08 05:37:29 DEBUG : dir: reading active writers 2026/07/08 05:37:29 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/08 05:37:29 DEBUG : newLeaf: vfs cache: starting upload 2026/07/08 05:37:29 DEBUG : newLeaf.32682f7c.partial: size = 25 OK 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf.32682f7c.partial" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf.32682f7c.partial 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf.32682f7c.partial" 2026/07/08 05:37:29 DEBUG : dir: Looking for writers 2026/07/08 05:37:29 DEBUG : Looking for writers 2026/07/08 05:37:29 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:29 DEBUG : dir: reading active writers 2026/07/08 05:37:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zokewob5gequ/newLeaf.32682f7c.partial 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:29 DEBUG : newLeaf.32682f7c.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/08 05:37:29 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/08 05:37:29 DEBUG : newLeaf.32682f7c.partial: renamed to: newLeaf 2026/07/08 05:37:29 INFO : newLeaf: Copied (replaced existing) 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:29 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/08 05:37:29 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-08 05:37:29 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/08 05:37:29 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/08 05:37:29 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/08 05:37:29 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/08 05:37:29 DEBUG : dir: Looking for writers 2026/07/08 05:37:29 DEBUG : Looking for writers 2026/07/08 05:37:29 DEBUG : dir: reading active writers 2026/07/08 05:37:29 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:29 DEBUG : >WaitForWriters: 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:29 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:29 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/08 05:37:29 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:29 DEBUG : dir: Looking for writers 2026/07/08 05:37:29 DEBUG : Looking for writers 2026/07/08 05:37:29 DEBUG : dir: reading active writers 2026/07/08 05:37:29 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:29 DEBUG : >WaitForWriters: 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:29 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:29 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:29 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:30 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/08 05:37:30 DEBUG : dir/file1: newRWFileHandle: 2026/07/08 05:37:30 DEBUG : dir/file1(0x2b47ab6b8a40): openPending: 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:30 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/08 05:37:30 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/08 05:37:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:30 DEBUG : dir/file1(0x2b47ab6b8a40): >openPending: err= 2026/07/08 05:37:30 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/08 05:37:30 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/08 05:37:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:30 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/08 05:37:30 DEBUG : dir/file1(0x2b47ab6b8a40): _writeAt: size=14, off=0 2026/07/08 05:37:30 DEBUG : dir/file1(0x2b47ab6b8a40): >_writeAt: n=14, err= 2026/07/08 05:37:30 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/08 05:37:30 DEBUG : dir/file1(0x2b47ab6b8a40): close: 2026/07/08 05:37:30 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/08 05:37:30 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/08 05:37:30 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:30 DEBUG : dir/file1(0x2b47ab6b8a40): >close: err= 2026/07/08 05:37:30 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:30 DEBUG : dir: Looking for writers 2026/07/08 05:37:30 DEBUG : file1: reading active writers 2026/07/08 05:37:30 DEBUG : Looking for writers 2026/07/08 05:37:30 DEBUG : dir: reading active writers 2026/07/08 05:37:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/08 05:37:30 DEBUG : dir: Looking for writers 2026/07/08 05:37:30 DEBUG : file1: reading active writers 2026/07/08 05:37:30 DEBUG : Looking for writers 2026/07/08 05:37:30 DEBUG : dir: reading active writers 2026/07/08 05:37:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/08 05:37:30 DEBUG : dir: Looking for writers 2026/07/08 05:37:30 DEBUG : file1: reading active writers 2026/07/08 05:37:30 DEBUG : Looking for writers 2026/07/08 05:37:30 DEBUG : dir: reading active writers 2026/07/08 05:37:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/08 05:37:30 DEBUG : dir: Looking for writers 2026/07/08 05:37:30 DEBUG : file1: reading active writers 2026/07/08 05:37:30 DEBUG : Looking for writers 2026/07/08 05:37:30 DEBUG : dir: reading active writers 2026/07/08 05:37:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/08 05:37:30 DEBUG : dir/file1: vfs cache: starting upload 2026/07/08 05:37:30 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1.ca338588.partial" 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1.ca338588.partial 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1.ca338588.partial" 2026/07/08 05:37:30 DEBUG : dir: Looking for writers 2026/07/08 05:37:30 DEBUG : file1: reading active writers 2026/07/08 05:37:30 DEBUG : Looking for writers 2026/07/08 05:37:30 DEBUG : dir: reading active writers 2026/07/08 05:37:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1.ca338588.partial 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:30 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:30 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/08 05:37:30 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/08 05:37:30 INFO : dir/file1: Copied (replaced existing) 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:30 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/08 05:37:30 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/08 05:37:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:30 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/08 05:37:30 DEBUG : dir: Looking for writers 2026/07/08 05:37:30 DEBUG : file1: reading active writers 2026/07/08 05:37:30 DEBUG : Looking for writers 2026/07/08 05:37:30 DEBUG : dir: reading active writers 2026/07/08 05:37:30 DEBUG : >WaitForWriters: 2026/07/08 05:37:30 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/08 05:37:30 DEBUG : dir/file1: newRWFileHandle: 2026/07/08 05:37:30 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/08 05:37:30 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/08 05:37:30 DEBUG : dir/file1(0x2b47aba9c440): _readAt: size=512, off=0 2026/07/08 05:37:30 DEBUG : dir/file1(0x2b47aba9c440): openPending: 2026/07/08 05:37:30 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/08 05:37:30 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/08 05:37:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:30 DEBUG : dir/file1(0x2b47aba9c440): >openPending: err= 2026/07/08 05:37:30 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/08 05:37:30 DEBUG : dir/file1(0x2b47aba9c440): >_readAt: n=14, err=EOF 2026/07/08 05:37:30 DEBUG : dir/file1(0x2b47aba9c440): close: 2026/07/08 05:37:30 DEBUG : dir/file1(0x2b47aba9c440): >close: err= 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:30 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:30 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:30 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/08 05:37:30 DEBUG : newLeaf: Updating file with newLeaf 0x2b47ab27ea90 2026/07/08 05:37:30 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:30 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:30 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:30 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:31 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:31 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:31 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/08 05:37:31 DEBUG : dir/file1: Updating file with dir/file1 0x2b47ab27ea90 2026/07/08 05:37:31 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/08 05:37:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:31 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/08 05:37:31 DEBUG : dir/file1: newRWFileHandle: 2026/07/08 05:37:31 DEBUG : dir/file1(0x2b47aba9d240): openPending: 2026/07/08 05:37:31 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/08 05:37:31 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/08 05:37:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:31 DEBUG : dir/file1(0x2b47aba9d240): >openPending: err= 2026/07/08 05:37:31 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/08 05:37:31 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/08 05:37:31 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/08 05:37:31 DEBUG : dir/file1(0x2b47aba9d240): _writeAt: size=25, off=0 2026/07/08 05:37:31 DEBUG : dir/file1(0x2b47aba9d240): >_writeAt: n=25, err= 2026/07/08 05:37:31 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:31 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:31 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/08 05:37:31 DEBUG : newLeaf: Updating file with newLeaf 0x2b47ab27ea90 2026/07/08 05:37:31 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:31 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/08 05:37:31 DEBUG : newLeaf(0x2b47aba9d240): close: 2026/07/08 05:37:31 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/07/08 05:37:31 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-08 05:37:31.315879182 +0000 UTC m=+20.729374819 2026/07/08 05:37:31 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:31 DEBUG : newLeaf(0x2b47aba9d240): >close: err= 2026/07/08 05:37:31 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:31 DEBUG : dir: Looking for writers 2026/07/08 05:37:31 DEBUG : Looking for writers 2026/07/08 05:37:31 DEBUG : dir: reading active writers 2026/07/08 05:37:31 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/08 05:37:31 DEBUG : dir: Looking for writers 2026/07/08 05:37:31 DEBUG : Looking for writers 2026/07/08 05:37:31 DEBUG : dir: reading active writers 2026/07/08 05:37:31 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/08 05:37:31 DEBUG : dir: Looking for writers 2026/07/08 05:37:31 DEBUG : Looking for writers 2026/07/08 05:37:31 DEBUG : dir: reading active writers 2026/07/08 05:37:31 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/08 05:37:31 DEBUG : dir: Looking for writers 2026/07/08 05:37:31 DEBUG : Looking for writers 2026/07/08 05:37:31 DEBUG : dir: reading active writers 2026/07/08 05:37:31 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/08 05:37:31 DEBUG : newLeaf: vfs cache: starting upload 2026/07/08 05:37:31 DEBUG : newLeaf.60a47acc.partial: size = 25 OK 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf.60a47acc.partial" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf.60a47acc.partial 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf.60a47acc.partial" 2026/07/08 05:37:31 DEBUG : dir: Looking for writers 2026/07/08 05:37:31 DEBUG : Looking for writers 2026/07/08 05:37:31 DEBUG : dir: reading active writers 2026/07/08 05:37:31 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zokewob5gequ/newLeaf.60a47acc.partial 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:31 DEBUG : newLeaf.60a47acc.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/08 05:37:31 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/08 05:37:31 DEBUG : newLeaf.60a47acc.partial: renamed to: newLeaf 2026/07/08 05:37:31 INFO : newLeaf: Copied (replaced existing) 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:31 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/08 05:37:31 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-08 05:37:31 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/08 05:37:31 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/08 05:37:31 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/08 05:37:31 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/08 05:37:31 DEBUG : dir: Looking for writers 2026/07/08 05:37:31 DEBUG : Looking for writers 2026/07/08 05:37:31 DEBUG : dir: reading active writers 2026/07/08 05:37:31 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:31 DEBUG : >WaitForWriters: 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:31 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:31 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/08 05:37:31 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:31 DEBUG : dir: Looking for writers 2026/07/08 05:37:31 DEBUG : Looking for writers 2026/07/08 05:37:31 DEBUG : dir: reading active writers 2026/07/08 05:37:31 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:31 DEBUG : >WaitForWriters: 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:31 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:31 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:31 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:32 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:32 DEBUG : dir: Looking for writers 2026/07/08 05:37:32 DEBUG : file1: reading active writers 2026/07/08 05:37:32 DEBUG : Looking for writers 2026/07/08 05:37:32 DEBUG : dir: reading active writers 2026/07/08 05:37:32 DEBUG : >WaitForWriters: 2026/07/08 05:37:32 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/08 05:37:32 DEBUG : dir/file1: newRWFileHandle: 2026/07/08 05:37:32 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/08 05:37:32 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/08 05:37:32 DEBUG : dir/file1(0x2b47abae8300): _readAt: size=512, off=0 2026/07/08 05:37:32 DEBUG : dir/file1(0x2b47abae8300): openPending: 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:32 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/08 05:37:32 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/08 05:37:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:32 DEBUG : dir/file1(0x2b47abae8300): >openPending: err= 2026/07/08 05:37:32 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/07/08 05:37:32 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/08 05:37:32 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:32 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:32 DEBUG : dir/file1(0x2b47abae8300): >_readAt: n=14, err=EOF 2026/07/08 05:37:32 DEBUG : dir/file1(0x2b47abae8300): close: 2026/07/08 05:37:32 DEBUG : dir/file1(0x2b47abae8300): >close: err= 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:32 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:32 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:32 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/08 05:37:32 DEBUG : newLeaf: Updating file with newLeaf 0x2b47abad9380 2026/07/08 05:37:32 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:32 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:32 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:32 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:32 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:32 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/08 05:37:32 DEBUG : dir/file1: Updating file with dir/file1 0x2b47abad9380 2026/07/08 05:37:32 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/08 05:37:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:32 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/08 05:37:32 DEBUG : dir/file1: newRWFileHandle: 2026/07/08 05:37:32 DEBUG : dir/file1(0x2b47aba6a600): openPending: 2026/07/08 05:37:32 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/08 05:37:32 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/08 05:37:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:32 DEBUG : dir/file1(0x2b47aba6a600): >openPending: err= 2026/07/08 05:37:32 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/08 05:37:32 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/08 05:37:32 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/08 05:37:32 DEBUG : dir/file1(0x2b47aba6a600): _writeAt: size=25, off=0 2026/07/08 05:37:32 DEBUG : dir/file1(0x2b47aba6a600): >_writeAt: n=25, err= 2026/07/08 05:37:32 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:32 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:33 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:33 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/08 05:37:33 DEBUG : newLeaf: Updating file with newLeaf 0x2b47abad9380 2026/07/08 05:37:33 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:33 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/08 05:37:33 DEBUG : newLeaf(0x2b47aba6a600): close: 2026/07/08 05:37:33 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/07/08 05:37:33 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-08 05:37:32.964358699 +0000 UTC m=+22.377854336 2026/07/08 05:37:33 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:33 DEBUG : newLeaf(0x2b47aba6a600): >close: err= 2026/07/08 05:37:33 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:33 DEBUG : dir: Looking for writers 2026/07/08 05:37:33 DEBUG : Looking for writers 2026/07/08 05:37:33 DEBUG : dir: reading active writers 2026/07/08 05:37:33 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/08 05:37:33 DEBUG : dir: Looking for writers 2026/07/08 05:37:33 DEBUG : Looking for writers 2026/07/08 05:37:33 DEBUG : dir: reading active writers 2026/07/08 05:37:33 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/08 05:37:33 DEBUG : dir: Looking for writers 2026/07/08 05:37:33 DEBUG : Looking for writers 2026/07/08 05:37:33 DEBUG : dir: reading active writers 2026/07/08 05:37:33 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/08 05:37:33 DEBUG : dir: Looking for writers 2026/07/08 05:37:33 DEBUG : Looking for writers 2026/07/08 05:37:33 DEBUG : dir: reading active writers 2026/07/08 05:37:33 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/08 05:37:33 DEBUG : newLeaf: vfs cache: starting upload 2026/07/08 05:37:33 DEBUG : newLeaf.aa829455.partial: size = 25 OK 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf.aa829455.partial" 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf.aa829455.partial 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf.aa829455.partial" 2026/07/08 05:37:33 DEBUG : dir: Looking for writers 2026/07/08 05:37:33 DEBUG : Looking for writers 2026/07/08 05:37:33 DEBUG : dir: reading active writers 2026/07/08 05:37:33 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zokewob5gequ/newLeaf.aa829455.partial 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:33 DEBUG : newLeaf.aa829455.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/08 05:37:33 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/08 05:37:33 DEBUG : newLeaf.aa829455.partial: renamed to: newLeaf 2026/07/08 05:37:33 INFO : newLeaf: Copied (replaced existing) 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:33 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/08 05:37:33 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-08 05:37:32 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/08 05:37:33 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/08 05:37:33 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/08 05:37:33 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/08 05:37:33 DEBUG : dir: Looking for writers 2026/07/08 05:37:33 DEBUG : Looking for writers 2026/07/08 05:37:33 DEBUG : dir: reading active writers 2026/07/08 05:37:33 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:33 DEBUG : >WaitForWriters: 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:33 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/newLeaf" 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-zokewob5gequ/newLeaf 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:33 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/08 05:37:33 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:33 DEBUG : dir: Looking for writers 2026/07/08 05:37:33 DEBUG : Looking for writers 2026/07/08 05:37:33 DEBUG : dir: reading active writers 2026/07/08 05:37:33 DEBUG : newLeaf: reading active writers 2026/07/08 05:37:33 DEBUG : >WaitForWriters: 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting --- PASS: TestFileRename (9.39s) --- PASS: TestFileRename/off,forceCache=false (1.10s) --- PASS: TestFileRename/minimal,forceCache=false (1.10s) --- PASS: TestFileRename/minimal,forceCache=true (2.04s) --- PASS: TestFileRename/writes,forceCache=false (1.51s) --- PASS: TestFileRename/writes,forceCache=true (2.00s) --- PASS: TestFileRename/full,forceCache=false (1.65s) === RUN TestFileStructSize file_test.go:419: File struct has size 208 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:33 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:33 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:33 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:33 DEBUG : Looking for writers 2026/07/08 05:37:33 DEBUG : >WaitForWriters: --- PASS: TestRcGetVFS (0.00s) === RUN TestRcForget rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcForget (0.00s) === RUN TestRcRefresh rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcRefresh (0.00s) === RUN TestRcPollInterval rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcPollInterval (0.00s) === RUN TestRcList rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStats rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcStats (0.00s) === RUN TestReadFileHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:33 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:33 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:33 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/08 05:37:33 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:33 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/08 05:37:33 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/08 05:37:33 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/08 05:37:33 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:33 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:33 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:33 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:33 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:33 DEBUG : dir: Looking for writers 2026/07/08 05:37:33 DEBUG : file1: reading active writers 2026/07/08 05:37:33 DEBUG : Looking for writers 2026/07/08 05:37:33 DEBUG : dir: reading active writers 2026/07/08 05:37:33 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.31s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:33 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:33 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:33 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:34 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/08 05:37:34 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:34 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/08 05:37:34 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/08 05:37:34 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:34 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/08 05:37:34 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/08 05:37:34 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/08 05:37:34 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/08 05:37:34 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/07/08 05:37:34 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/07/08 05:37:34 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:34 DEBUG : dir: Looking for writers 2026/07/08 05:37:34 DEBUG : file1: reading active writers 2026/07/08 05:37:34 DEBUG : Looking for writers 2026/07/08 05:37:34 DEBUG : dir: reading active writers 2026/07/08 05:37:34 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.33s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:34 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:34 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:34 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/08 05:37:34 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:34 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/08 05:37:34 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/08 05:37:34 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:34 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/08 05:37:34 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/08 05:37:34 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/08 05:37:34 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/08 05:37:34 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/07/08 05:37:34 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/07/08 05:37:34 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/07/08 05:37:34 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/07/08 05:37:34 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/08 05:37:34 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/08 05:37:34 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/08 05:37:34 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/08 05:37:34 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/08 05:37:34 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/07/08 05:37:34 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/08 05:37:34 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/08 05:37:34 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/08 05:37:34 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/07/08 05:37:34 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:34 DEBUG : dir: Looking for writers 2026/07/08 05:37:34 DEBUG : file1: reading active writers 2026/07/08 05:37:34 DEBUG : Looking for writers 2026/07/08 05:37:34 DEBUG : dir: reading active writers 2026/07/08 05:37:34 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.42s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:34 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:34 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:34 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/08 05:37:34 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:34 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/08 05:37:34 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/08 05:37:34 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:34 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:34 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:34 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:34 DEBUG : dir: Looking for writers 2026/07/08 05:37:34 DEBUG : file1: reading active writers 2026/07/08 05:37:34 DEBUG : Looking for writers 2026/07/08 05:37:34 DEBUG : dir: reading active writers 2026/07/08 05:37:34 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.33s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:34 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:34 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:35 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:35 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/08 05:37:35 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:35 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/08 05:37:35 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/08 05:37:35 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/08 05:37:35 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:35 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:35 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:35 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:35 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/07/08 05:37:35 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:35 DEBUG : dir: Looking for writers 2026/07/08 05:37:35 DEBUG : file1: reading active writers 2026/07/08 05:37:35 DEBUG : Looking for writers 2026/07/08 05:37:35 DEBUG : dir: reading active writers 2026/07/08 05:37:35 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.33s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:35 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:35 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:35 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:35 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/08 05:37:35 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:35 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/08 05:37:35 DEBUG : dir/file1: newRWFileHandle: 2026/07/08 05:37:35 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/08 05:37:35 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/08 05:37:35 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac122c80): _readAt: size=1, off=0 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac122c80): openPending: 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:35 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:35 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/08 05:37:35 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/08 05:37:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac122c80): >openPending: err= 2026/07/08 05:37:35 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/08 05:37:35 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/08 05:37:35 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:35 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac122c80): >_readAt: n=1, err= 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac122c80): _readAt: size=256, off=1 2026/07/08 05:37:35 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac122c80): >_readAt: n=15, err=EOF 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac122c80): _readAt: size=16, off=16 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac122c80): >_readAt: n=0, err=EOF 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac122c80): close: 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac122c80): >close: err= 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac122c80): close: 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac122c80): >close: err=file already closed 2026/07/08 05:37:35 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:35 DEBUG : dir: Looking for writers 2026/07/08 05:37:35 DEBUG : file1: reading active writers 2026/07/08 05:37:35 DEBUG : Looking for writers 2026/07/08 05:37:35 DEBUG : dir: reading active writers 2026/07/08 05:37:35 DEBUG : >WaitForWriters: 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.31s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:35 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:35 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:35 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:35 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/08 05:37:35 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:35 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/08 05:37:35 DEBUG : dir/file1: newRWFileHandle: 2026/07/08 05:37:35 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/08 05:37:35 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/08 05:37:35 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac123440): _readAt: size=1, off=0 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac123440): openPending: 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:35 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:35 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/08 05:37:35 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/08 05:37:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac123440): >openPending: err= 2026/07/08 05:37:35 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/08 05:37:35 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/08 05:37:35 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:35 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac123440): >_readAt: n=1, err= 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac123440): _readAt: size=1, off=5 2026/07/08 05:37:35 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac123440): >_readAt: n=1, err= 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac123440): _readAt: size=1, off=3 2026/07/08 05:37:35 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac123440): >_readAt: n=1, err= 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac123440): _readAt: size=1, off=13 2026/07/08 05:37:35 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac123440): >_readAt: n=1, err= 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac123440): _readAt: size=16, off=100 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac123440): >_readAt: n=0, err=EOF 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac123440): close: 2026/07/08 05:37:35 DEBUG : dir/file1(0x2b47ac123440): >close: err= 2026/07/08 05:37:35 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:35 DEBUG : dir: Looking for writers 2026/07/08 05:37:35 DEBUG : file1: reading active writers 2026/07/08 05:37:35 DEBUG : Looking for writers 2026/07/08 05:37:35 DEBUG : dir: reading active writers 2026/07/08 05:37:35 DEBUG : >WaitForWriters: 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.27s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:35 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:35 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:35 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:35 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:36 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/08 05:37:36 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/08 05:37:36 DEBUG : dir/file1: newRWFileHandle: 2026/07/08 05:37:36 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/08 05:37:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/08 05:37:36 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abec1100): _readAt: size=1, off=0 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abec1100): openPending: 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/08 05:37:36 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/08 05:37:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abec1100): >openPending: err= 2026/07/08 05:37:36 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/08 05:37:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/08 05:37:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abec1100): >_readAt: n=1, err= 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abec1100): _readAt: size=1, off=5 2026/07/08 05:37:36 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abec1100): >_readAt: n=1, err= 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abec1100): _readAt: size=1, off=1 2026/07/08 05:37:36 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abec1100): >_readAt: n=1, err= 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abec1100): _readAt: size=6, off=10 2026/07/08 05:37:36 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abec1100): >_readAt: n=6, err= 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abec1100): _readAt: size=256, off=10 2026/07/08 05:37:36 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abec1100): >_readAt: n=6, err=EOF 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abec1100): _readAt: size=256, off=100 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abec1100): >_readAt: n=0, err=EOF 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abec1100): close: 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abec1100): >close: err= 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abec1100): _readAt: size=256, off=100 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abec1100): >_readAt: n=0, err=file already closed 2026/07/08 05:37:36 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:36 DEBUG : dir: Looking for writers 2026/07/08 05:37:36 DEBUG : file1: reading active writers 2026/07/08 05:37:36 DEBUG : Looking for writers 2026/07/08 05:37:36 DEBUG : dir: reading active writers 2026/07/08 05:37:36 DEBUG : >WaitForWriters: 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.28s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:36 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:36 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:36 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/08 05:37:36 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/08 05:37:36 DEBUG : dir/file1: newRWFileHandle: 2026/07/08 05:37:36 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/08 05:37:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/08 05:37:36 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abab8880): RWFileHandle.Flush 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abab8880): _readAt: size=256, off=0 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abab8880): openPending: 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/08 05:37:36 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/08 05:37:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abab8880): >openPending: err= 2026/07/08 05:37:36 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/08 05:37:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/08 05:37:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abab8880): >_readAt: n=16, err=EOF 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abab8880): RWFileHandle.Flush 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abab8880): RWFileHandle.Flush 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abab8880): close: 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abab8880): >close: err= 2026/07/08 05:37:36 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:36 DEBUG : dir: Looking for writers 2026/07/08 05:37:36 DEBUG : file1: reading active writers 2026/07/08 05:37:36 DEBUG : Looking for writers 2026/07/08 05:37:36 DEBUG : dir: reading active writers 2026/07/08 05:37:36 DEBUG : >WaitForWriters: 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.31s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:36 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:36 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:36 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/08 05:37:36 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/08 05:37:36 DEBUG : dir/file1: newRWFileHandle: 2026/07/08 05:37:36 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/08 05:37:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/08 05:37:36 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abab9300): _readAt: size=256, off=0 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abab9300): openPending: 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/08 05:37:36 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/08 05:37:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abab9300): >openPending: err= 2026/07/08 05:37:36 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/08 05:37:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/08 05:37:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abab9300): >_readAt: n=16, err=EOF 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abab9300): RWFileHandle.Release 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abab9300): close: 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abab9300): >close: err= 2026/07/08 05:37:36 DEBUG : dir/file1(0x2b47abab9300): RWFileHandle.Release 2026/07/08 05:37:36 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:36 DEBUG : dir: Looking for writers 2026/07/08 05:37:36 DEBUG : file1: reading active writers 2026/07/08 05:37:36 DEBUG : Looking for writers 2026/07/08 05:37:36 DEBUG : dir: reading active writers 2026/07/08 05:37:36 DEBUG : >WaitForWriters: 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.31s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:36 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:36 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:36 DEBUG : file1: newRWFileHandle: 2026/07/08 05:37:36 DEBUG : file1(0x2b47ab249580): openPending: 2026/07/08 05:37:36 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:36 DEBUG : file1(0x2b47ab249580): >openPending: err= 2026/07/08 05:37:36 DEBUG : file1: >newRWFileHandle: err= 2026/07/08 05:37:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:36 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/08 05:37:36 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/08 05:37:36 DEBUG : file1(0x2b47ab249580): _writeAt: size=5, off=0 2026/07/08 05:37:36 DEBUG : file1(0x2b47ab249580): >_writeAt: n=5, err= 2026/07/08 05:37:36 DEBUG : file1(0x2b47ab249580): _writeAt: size=7, off=5 2026/07/08 05:37:36 DEBUG : file1(0x2b47ab249580): >_writeAt: n=7, err= 2026/07/08 05:37:36 DEBUG : file1: vfs cache: truncate to size=11 2026/07/08 05:37:36 DEBUG : file1(0x2b47ab249580): close: 2026/07/08 05:37:36 DEBUG : file1: vfs cache: setting modification time to 2026-07-08 05:37:36.799180369 +0000 UTC m=+26.212676006 2026/07/08 05:37:36 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:36 DEBUG : file1(0x2b47ab249580): >close: err= 2026/07/08 05:37:36 DEBUG : file1(0x2b47ab249580): close: 2026/07/08 05:37:36 DEBUG : file1(0x2b47ab249580): >close: err=file already closed 2026/07/08 05:37:36 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:36 DEBUG : Looking for writers 2026/07/08 05:37:36 DEBUG : file1: reading active writers 2026/07/08 05:37:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/08 05:37:36 DEBUG : Looking for writers 2026/07/08 05:37:36 DEBUG : file1: reading active writers 2026/07/08 05:37:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/08 05:37:36 DEBUG : Looking for writers 2026/07/08 05:37:36 DEBUG : file1: reading active writers 2026/07/08 05:37:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/08 05:37:36 DEBUG : Looking for writers 2026/07/08 05:37:36 DEBUG : file1: reading active writers 2026/07/08 05:37:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/08 05:37:36 DEBUG : file1: vfs cache: starting upload 2026/07/08 05:37:36 DEBUG : file1.47c7c3fe.partial: size = 11 OK 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1.47c7c3fe.partial" 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1.47c7c3fe.partial 2026/07/08 05:37:36 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1.47c7c3fe.partial" 2026/07/08 05:37:36 DEBUG : Looking for writers 2026/07/08 05:37:36 DEBUG : file1: reading active writers 2026/07/08 05:37:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-zokewob5gequ/file1.47c7c3fe.partial 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:37 DEBUG : file1.47c7c3fe.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/08 05:37:37 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/08 05:37:37 DEBUG : file1.47c7c3fe.partial: renamed to: file1 2026/07/08 05:37:37 INFO : file1: Copied (new) 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:37 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/08 05:37:37 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-08 05:37:36 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/08 05:37:37 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/08 05:37:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:37 INFO : file1: vfs cache: upload succeeded try #1 2026/07/08 05:37:37 DEBUG : Looking for writers 2026/07/08 05:37:37 DEBUG : file1: reading active writers 2026/07/08 05:37:37 DEBUG : >WaitForWriters: 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:37 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:37 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/08 05:37:37 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:37 DEBUG : Looking for writers 2026/07/08 05:37:37 DEBUG : file1: reading active writers 2026/07/08 05:37:37 DEBUG : >WaitForWriters: 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.52s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:37 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:37 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:37 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:37 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:37 DEBUG : file1: newRWFileHandle: 2026/07/08 05:37:37 DEBUG : file1(0x2b47abd900c0): openPending: 2026/07/08 05:37:37 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:37 DEBUG : file1(0x2b47abd900c0): >openPending: err= 2026/07/08 05:37:37 DEBUG : file1: >newRWFileHandle: err= 2026/07/08 05:37:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:37 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/08 05:37:37 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/08 05:37:37 DEBUG : file1(0x2b47abd900c0): _writeAt: size=7, off=0 2026/07/08 05:37:37 DEBUG : file1(0x2b47abd900c0): >_writeAt: n=7, err= 2026/07/08 05:37:37 DEBUG : file1(0x2b47abd900c0): _writeAt: size=6, off=5 2026/07/08 05:37:37 DEBUG : file1(0x2b47abd900c0): >_writeAt: n=6, err= 2026/07/08 05:37:37 DEBUG : file1(0x2b47abd900c0): close: 2026/07/08 05:37:37 DEBUG : file1: vfs cache: setting modification time to 2026-07-08 05:37:37.314505664 +0000 UTC m=+26.728001301 2026/07/08 05:37:37 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:37 DEBUG : file1(0x2b47abd900c0): >close: err= 2026/07/08 05:37:37 DEBUG : file1(0x2b47abd900c0): _writeAt: size=5, off=0 2026/07/08 05:37:37 DEBUG : file1(0x2b47abd900c0): >_writeAt: n=0, err=file already closed 2026/07/08 05:37:37 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:37 DEBUG : Looking for writers 2026/07/08 05:37:37 DEBUG : file1: reading active writers 2026/07/08 05:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/08 05:37:37 DEBUG : Looking for writers 2026/07/08 05:37:37 DEBUG : file1: reading active writers 2026/07/08 05:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/08 05:37:37 DEBUG : Looking for writers 2026/07/08 05:37:37 DEBUG : file1: reading active writers 2026/07/08 05:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/08 05:37:37 DEBUG : Looking for writers 2026/07/08 05:37:37 DEBUG : file1: reading active writers 2026/07/08 05:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/08 05:37:37 DEBUG : file1: vfs cache: starting upload 2026/07/08 05:37:37 DEBUG : file1.7d3a50e5.partial: size = 11 OK 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1.7d3a50e5.partial" 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1.7d3a50e5.partial 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1.7d3a50e5.partial" 2026/07/08 05:37:37 DEBUG : Looking for writers 2026/07/08 05:37:37 DEBUG : file1: reading active writers 2026/07/08 05:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-zokewob5gequ/file1.7d3a50e5.partial 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:37 DEBUG : file1.7d3a50e5.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/08 05:37:37 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/08 05:37:37 DEBUG : file1.7d3a50e5.partial: renamed to: file1 2026/07/08 05:37:37 INFO : file1: Copied (new) 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:37 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/08 05:37:37 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-08 05:37:37 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/08 05:37:37 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/08 05:37:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:37 INFO : file1: vfs cache: upload succeeded try #1 2026/07/08 05:37:37 DEBUG : Looking for writers 2026/07/08 05:37:37 DEBUG : file1: reading active writers 2026/07/08 05:37:37 DEBUG : >WaitForWriters: 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:37 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:37 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/08 05:37:37 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:37 DEBUG : Looking for writers 2026/07/08 05:37:37 DEBUG : file1: reading active writers 2026/07/08 05:37:37 DEBUG : >WaitForWriters: 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.52s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:37 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:37 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:37 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:37 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:37 DEBUG : file1: newRWFileHandle: 2026/07/08 05:37:37 DEBUG : file1(0x2b47abfa0080): openPending: 2026/07/08 05:37:37 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:37 DEBUG : file1(0x2b47abfa0080): >openPending: err= 2026/07/08 05:37:37 DEBUG : file1: >newRWFileHandle: err= 2026/07/08 05:37:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:37 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/08 05:37:37 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/08 05:37:37 DEBUG : file1(0x2b47abfa0080): close: 2026/07/08 05:37:37 DEBUG : file1: vfs cache: setting modification time to 2026-07-08 05:37:37.836233516 +0000 UTC m=+27.249729172 2026/07/08 05:37:37 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:37 DEBUG : file1(0x2b47abfa0080): >close: err= 2026/07/08 05:37:37 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/08 05:37:37 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/08 05:37:37 DEBUG : file2: newRWFileHandle: 2026/07/08 05:37:37 DEBUG : file2(0x2b47abfa0540): openPending: 2026/07/08 05:37:37 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:37 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/08 05:37:37 DEBUG : file2(0x2b47abfa0540): >openPending: err= 2026/07/08 05:37:37 DEBUG : file2: >newRWFileHandle: err= 2026/07/08 05:37:37 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/08 05:37:37 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/07/08 05:37:37 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/07/08 05:37:37 DEBUG : file2(0x2b47abfa0540): RWFileHandle.Flush 2026/07/08 05:37:37 DEBUG : file2(0x2b47abfa0540): RWFileHandle.Release 2026/07/08 05:37:37 DEBUG : file2(0x2b47abfa0540): close: 2026/07/08 05:37:37 DEBUG : file2: vfs cache: setting modification time to 2026-07-08 05:37:37.837156749 +0000 UTC m=+27.250652386 2026/07/08 05:37:37 INFO : file2: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:37 DEBUG : file2(0x2b47abfa0540): >close: err= 2026/07/08 05:37:37 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:37 DEBUG : Looking for writers 2026/07/08 05:37:37 DEBUG : file1: reading active writers 2026/07/08 05:37:37 DEBUG : file2: reading active writers 2026/07/08 05:37:37 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/07/08 05:37:37 DEBUG : Looking for writers 2026/07/08 05:37:37 DEBUG : file1: reading active writers 2026/07/08 05:37:37 DEBUG : file2: reading active writers 2026/07/08 05:37:37 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/07/08 05:37:37 DEBUG : Looking for writers 2026/07/08 05:37:37 DEBUG : file1: reading active writers 2026/07/08 05:37:37 DEBUG : file2: reading active writers 2026/07/08 05:37:37 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/07/08 05:37:37 DEBUG : Looking for writers 2026/07/08 05:37:37 DEBUG : file1: reading active writers 2026/07/08 05:37:37 DEBUG : file2: reading active writers 2026/07/08 05:37:37 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/07/08 05:37:37 DEBUG : file2: vfs cache: starting upload 2026/07/08 05:37:37 DEBUG : file1: vfs cache: starting upload 2026/07/08 05:37:37 DEBUG : file1.43610247.partial: size = 0 OK 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1.43610247.partial" 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1.43610247.partial 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1.43610247.partial" 2026/07/08 05:37:37 DEBUG : file2.186a7a87.partial: size = 0 OK 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file2.186a7a87.partial" 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file2.186a7a87.partial 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file2.186a7a87.partial" 2026/07/08 05:37:37 DEBUG : Looking for writers 2026/07/08 05:37:37 DEBUG : file1: reading active writers 2026/07/08 05:37:37 DEBUG : file2: reading active writers 2026/07/08 05:37:37 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zokewob5gequ/file1.43610247.partial 2026/07/08 05:37:37 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:37 DEBUG : file1.43610247.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/08 05:37:37 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/08 05:37:38 DEBUG : file1.43610247.partial: renamed to: file1 2026/07/08 05:37:38 INFO : file1: Copied (new) 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zokewob5gequ/file2.186a7a87.partial 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:38 DEBUG : file2.186a7a87.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/08 05:37:38 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/08 05:37:38 DEBUG : file2.186a7a87.partial: renamed to: file2 2026/07/08 05:37:38 INFO : file2: Copied (new) 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file2" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file2 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file2" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:38 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/08 05:37:38 DEBUG : file1: vfs cache: fingerprint now "0,2026-07-08 05:37:37 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/08 05:37:38 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/08 05:37:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:38 INFO : file1: vfs cache: upload succeeded try #1 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zokewob5gequ/file2 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:38 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/08 05:37:38 DEBUG : file2: vfs cache: fingerprint now "0,2026-07-08 05:37:37 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/08 05:37:38 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/07/08 05:37:38 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/08 05:37:38 INFO : file2: vfs cache: upload succeeded try #1 2026/07/08 05:37:38 DEBUG : Looking for writers 2026/07/08 05:37:38 DEBUG : file1: reading active writers 2026/07/08 05:37:38 DEBUG : file2: reading active writers 2026/07/08 05:37:38 DEBUG : >WaitForWriters: 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:38 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:38 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file2" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file2 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file2" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zokewob5gequ/file2 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:38 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file2" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/file2 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/file2" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-zokewob5gequ/file2 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:38 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/08 05:37:38 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:38 DEBUG : Looking for writers 2026/07/08 05:37:38 DEBUG : file1: reading active writers 2026/07/08 05:37:38 DEBUG : file2: reading active writers 2026/07/08 05:37:38 DEBUG : >WaitForWriters: 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.72s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:38 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:38 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:38 DEBUG : file1: newRWFileHandle: 2026/07/08 05:37:38 DEBUG : file1(0x2b47ac123300): openPending: 2026/07/08 05:37:38 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:38 DEBUG : file1(0x2b47ac123300): >openPending: err= 2026/07/08 05:37:38 DEBUG : file1: >newRWFileHandle: err= 2026/07/08 05:37:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:38 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/08 05:37:38 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/08 05:37:38 DEBUG : file1(0x2b47ac123300): _writeAt: size=5, off=0 2026/07/08 05:37:38 DEBUG : file1(0x2b47ac123300): >_writeAt: n=5, err= 2026/07/08 05:37:38 DEBUG : file1(0x2b47ac123300): RWFileHandle.Flush 2026/07/08 05:37:38 DEBUG : file1(0x2b47ac123300): RWFileHandle.Flush 2026/07/08 05:37:38 DEBUG : file1(0x2b47ac123300): close: 2026/07/08 05:37:38 DEBUG : file1: vfs cache: setting modification time to 2026-07-08 05:37:38.553698264 +0000 UTC m=+27.967193891 2026/07/08 05:37:38 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:38 DEBUG : file1(0x2b47ac123300): >close: err= 2026/07/08 05:37:38 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:38 DEBUG : Looking for writers 2026/07/08 05:37:38 DEBUG : file1: reading active writers 2026/07/08 05:37:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/08 05:37:38 DEBUG : Looking for writers 2026/07/08 05:37:38 DEBUG : file1: reading active writers 2026/07/08 05:37:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/08 05:37:38 DEBUG : Looking for writers 2026/07/08 05:37:38 DEBUG : file1: reading active writers 2026/07/08 05:37:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/08 05:37:38 DEBUG : Looking for writers 2026/07/08 05:37:38 DEBUG : file1: reading active writers 2026/07/08 05:37:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/08 05:37:38 DEBUG : file1: vfs cache: starting upload 2026/07/08 05:37:38 DEBUG : file1.91a7cf92.partial: size = 5 OK 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1.91a7cf92.partial" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1.91a7cf92.partial 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1.91a7cf92.partial" 2026/07/08 05:37:38 DEBUG : Looking for writers 2026/07/08 05:37:38 DEBUG : file1: reading active writers 2026/07/08 05:37:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zokewob5gequ/file1.91a7cf92.partial 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:38 DEBUG : file1.91a7cf92.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/08 05:37:38 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/08 05:37:38 DEBUG : file1.91a7cf92.partial: renamed to: file1 2026/07/08 05:37:38 INFO : file1: Copied (new) 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:38 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/08 05:37:38 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-08 05:37:38 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/08 05:37:38 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/08 05:37:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:38 INFO : file1: vfs cache: upload succeeded try #1 2026/07/08 05:37:38 DEBUG : Looking for writers 2026/07/08 05:37:38 DEBUG : file1: reading active writers 2026/07/08 05:37:38 DEBUG : >WaitForWriters: 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:38 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:38 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:38 DEBUG : file1: newRWFileHandle: 2026/07/08 05:37:38 DEBUG : file1(0x2b47ab67efc0): openPending: 2026/07/08 05:37:38 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:38 DEBUG : file1(0x2b47ab67efc0): >openPending: err= 2026/07/08 05:37:38 DEBUG : file1: >newRWFileHandle: err= 2026/07/08 05:37:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:38 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/08 05:37:38 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/08 05:37:38 DEBUG : file1(0x2b47ab67efc0): _writeAt: size=5, off=0 2026/07/08 05:37:38 DEBUG : file1(0x2b47ab67efc0): >_writeAt: n=5, err= 2026/07/08 05:37:38 DEBUG : file1(0x2b47ab67efc0): RWFileHandle.Release 2026/07/08 05:37:38 DEBUG : file1(0x2b47ab67efc0): close: 2026/07/08 05:37:38 DEBUG : file1: vfs cache: setting modification time to 2026-07-08 05:37:38.872185692 +0000 UTC m=+28.285681329 2026/07/08 05:37:38 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:38 DEBUG : file1(0x2b47ab67efc0): >close: err= 2026/07/08 05:37:38 DEBUG : file1(0x2b47ab67efc0): RWFileHandle.Release 2026/07/08 05:37:38 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:38 DEBUG : Looking for writers 2026/07/08 05:37:38 DEBUG : file1: reading active writers 2026/07/08 05:37:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/08 05:37:38 DEBUG : Looking for writers 2026/07/08 05:37:38 DEBUG : file1: reading active writers 2026/07/08 05:37:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/08 05:37:38 DEBUG : Looking for writers 2026/07/08 05:37:38 DEBUG : file1: reading active writers 2026/07/08 05:37:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/08 05:37:38 DEBUG : Looking for writers 2026/07/08 05:37:38 DEBUG : file1: reading active writers 2026/07/08 05:37:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/08 05:37:38 DEBUG : file1: vfs cache: starting upload 2026/07/08 05:37:38 DEBUG : file1.8d9e930f.partial: size = 5 OK 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1.8d9e930f.partial" 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1.8d9e930f.partial 2026/07/08 05:37:38 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1.8d9e930f.partial" 2026/07/08 05:37:39 DEBUG : Looking for writers 2026/07/08 05:37:39 DEBUG : file1: reading active writers 2026/07/08 05:37:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zokewob5gequ/file1.8d9e930f.partial 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:39 DEBUG : file1.8d9e930f.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/08 05:37:39 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/08 05:37:39 DEBUG : file1.8d9e930f.partial: renamed to: file1 2026/07/08 05:37:39 INFO : file1: Copied (new) 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:39 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/08 05:37:39 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-08 05:37:38 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/08 05:37:39 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/08 05:37:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:39 INFO : file1: vfs cache: upload succeeded try #1 2026/07/08 05:37:39 DEBUG : Looking for writers 2026/07/08 05:37:39 DEBUG : file1: reading active writers 2026/07/08 05:37:39 DEBUG : >WaitForWriters: 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:39 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:39 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:39 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:39 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/08 05:37:39 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/07/08 05:37:39 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/08 05:37:39 DEBUG : dir/file1: newRWFileHandle: 2026/07/08 05:37:39 DEBUG : dir/file1(0x2b47ac123d80): openPending: 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:39 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:39 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/08 05:37:39 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/08 05:37:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:39 DEBUG : dir/file1(0x2b47ac123d80): >openPending: err= 2026/07/08 05:37:39 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/08 05:37:39 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/08 05:37:39 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/08 05:37:39 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/08 05:37:39 DEBUG : dir/file1(0x2b47ac123d80): _writeAt: size=5, off=0 2026/07/08 05:37:39 DEBUG : dir/file1(0x2b47ac123d80): >_writeAt: n=5, err= 2026/07/08 05:37:39 DEBUG : dir/file1(0x2b47ac123d80): close: 2026/07/08 05:37:39 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:39 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-08 05:37:39.544788959 +0000 UTC m=+28.958284586 2026/07/08 05:37:39 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:39 DEBUG : dir/file1(0x2b47ac123d80): >close: err= 2026/07/08 05:37:39 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:39 DEBUG : dir: Looking for writers 2026/07/08 05:37:39 DEBUG : file1: reading active writers 2026/07/08 05:37:39 DEBUG : Looking for writers 2026/07/08 05:37:39 DEBUG : dir: reading active writers 2026/07/08 05:37:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/08 05:37:39 DEBUG : dir: Looking for writers 2026/07/08 05:37:39 DEBUG : file1: reading active writers 2026/07/08 05:37:39 DEBUG : Looking for writers 2026/07/08 05:37:39 DEBUG : dir: reading active writers 2026/07/08 05:37:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/08 05:37:39 DEBUG : dir: Looking for writers 2026/07/08 05:37:39 DEBUG : file1: reading active writers 2026/07/08 05:37:39 DEBUG : Looking for writers 2026/07/08 05:37:39 DEBUG : dir: reading active writers 2026/07/08 05:37:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/08 05:37:39 DEBUG : dir: Looking for writers 2026/07/08 05:37:39 DEBUG : file1: reading active writers 2026/07/08 05:37:39 DEBUG : Looking for writers 2026/07/08 05:37:39 DEBUG : dir: reading active writers 2026/07/08 05:37:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/08 05:37:39 DEBUG : dir/file1: vfs cache: starting upload 2026/07/08 05:37:39 DEBUG : dir/file1.18ef75fb.partial: size = 5 OK 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1.18ef75fb.partial" 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1.18ef75fb.partial 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1.18ef75fb.partial" 2026/07/08 05:37:39 DEBUG : dir: Looking for writers 2026/07/08 05:37:39 DEBUG : file1: reading active writers 2026/07/08 05:37:39 DEBUG : Looking for writers 2026/07/08 05:37:39 DEBUG : dir: reading active writers 2026/07/08 05:37:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zokewob5gequ/dir/file1.18ef75fb.partial 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:39 DEBUG : dir/file1.18ef75fb.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/08 05:37:39 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/08 05:37:39 DEBUG : dir/file1.18ef75fb.partial: renamed to: dir/file1 2026/07/08 05:37:39 INFO : dir/file1: Copied (replaced existing) 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:39 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/08 05:37:39 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-07-08 05:37:39 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/08 05:37:39 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/08 05:37:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:39 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/08 05:37:39 DEBUG : dir: Looking for writers 2026/07/08 05:37:39 DEBUG : file1: reading active writers 2026/07/08 05:37:39 DEBUG : Looking for writers 2026/07/08 05:37:39 DEBUG : dir: reading active writers 2026/07/08 05:37:39 DEBUG : >WaitForWriters: 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.67s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:39 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:39 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:39 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:39 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:40 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/08 05:37:40 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : dir/file1: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:40 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/08 05:37:40 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/08 05:37:40 DEBUG : dir/file1(0x2b47ab248e40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : dir/file1(0x2b47ab248e40): openPending: 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:40 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/08 05:37:40 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/08 05:37:40 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/08 05:37:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:40 DEBUG : dir/file1(0x2b47ab248e40): >openPending: err= 2026/07/08 05:37:40 DEBUG : dir/file1(0x2b47ab248e40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : dir/file1(0x2b47ab248e40): _writeAt: size=15, off=5 2026/07/08 05:37:40 DEBUG : dir/file1(0x2b47ab248e40): >_writeAt: n=15, err= 2026/07/08 05:37:40 DEBUG : dir/file1(0x2b47ab248e40): close: 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/07/08 05:37:40 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-08 05:37:40.138975486 +0000 UTC m=+29.552471123 2026/07/08 05:37:40 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : dir/file1(0x2b47ab248e40): >close: err= 2026/07/08 05:37:40 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:40 DEBUG : dir: Looking for writers 2026/07/08 05:37:40 DEBUG : file1: reading active writers 2026/07/08 05:37:40 DEBUG : Looking for writers 2026/07/08 05:37:40 DEBUG : dir: reading active writers 2026/07/08 05:37:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/08 05:37:40 DEBUG : dir: Looking for writers 2026/07/08 05:37:40 DEBUG : file1: reading active writers 2026/07/08 05:37:40 DEBUG : Looking for writers 2026/07/08 05:37:40 DEBUG : dir: reading active writers 2026/07/08 05:37:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/08 05:37:40 DEBUG : dir: Looking for writers 2026/07/08 05:37:40 DEBUG : file1: reading active writers 2026/07/08 05:37:40 DEBUG : Looking for writers 2026/07/08 05:37:40 DEBUG : dir: reading active writers 2026/07/08 05:37:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/08 05:37:40 DEBUG : dir: Looking for writers 2026/07/08 05:37:40 DEBUG : file1: reading active writers 2026/07/08 05:37:40 DEBUG : Looking for writers 2026/07/08 05:37:40 DEBUG : dir: reading active writers 2026/07/08 05:37:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/08 05:37:40 DEBUG : dir/file1: vfs cache: starting upload 2026/07/08 05:37:40 DEBUG : dir/file1.f8e286ef.partial: size = 20 OK 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1.f8e286ef.partial" 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1.f8e286ef.partial 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1.f8e286ef.partial" 2026/07/08 05:37:40 DEBUG : dir: Looking for writers 2026/07/08 05:37:40 DEBUG : file1: reading active writers 2026/07/08 05:37:40 DEBUG : Looking for writers 2026/07/08 05:37:40 DEBUG : dir: reading active writers 2026/07/08 05:37:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-zokewob5gequ/dir/file1.f8e286ef.partial 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:40 DEBUG : dir/file1.f8e286ef.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/08 05:37:40 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/07/08 05:37:40 DEBUG : dir/file1.f8e286ef.partial: renamed to: dir/file1 2026/07/08 05:37:40 INFO : dir/file1: Copied (replaced existing) 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:40 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/08 05:37:40 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-07-08 05:37:40 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/07/08 05:37:40 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/08 05:37:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:40 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/08 05:37:40 DEBUG : dir: Looking for writers 2026/07/08 05:37:40 DEBUG : file1: reading active writers 2026/07/08 05:37:40 DEBUG : Looking for writers 2026/07/08 05:37:40 DEBUG : dir: reading active writers 2026/07/08 05:37:40 DEBUG : >WaitForWriters: 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.59s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:40 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:40 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:40 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : file1: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : file1(0x2b47ab890080): openPending: 2026/07/08 05:37:40 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:40 DEBUG : file1(0x2b47ab890080): >openPending: err= 2026/07/08 05:37:40 DEBUG : file1: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:40 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/08 05:37:40 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/08 05:37:40 DEBUG : file1(0x2b47ab890080): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : file1(0x2b47ab890080): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : file1(0x2b47ab890080): close: 2026/07/08 05:37:40 DEBUG : file1: vfs cache: setting modification time to 2026-07-08 05:37:40.463001096 +0000 UTC m=+29.876496733 2026/07/08 05:37:40 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : file1(0x2b47ab890080): >close: err= 2026/07/08 05:37:40 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:40 DEBUG : Looking for writers 2026/07/08 05:37:40 DEBUG : file1: reading active writers 2026/07/08 05:37:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/08 05:37:40 DEBUG : Looking for writers 2026/07/08 05:37:40 DEBUG : file1: reading active writers 2026/07/08 05:37:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/08 05:37:40 DEBUG : Looking for writers 2026/07/08 05:37:40 DEBUG : file1: reading active writers 2026/07/08 05:37:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/08 05:37:40 DEBUG : Looking for writers 2026/07/08 05:37:40 DEBUG : file1: reading active writers 2026/07/08 05:37:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/08 05:37:40 DEBUG : file1: vfs cache: starting upload 2026/07/08 05:37:40 DEBUG : file1.2df9b7ae.partial: size = 5 OK 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1.2df9b7ae.partial" 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1.2df9b7ae.partial 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1.2df9b7ae.partial" 2026/07/08 05:37:40 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-zokewob5gequ/dir/file1: no such file or directory 2026/07/08 05:37:40 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-zokewob5gequ/dir/file1: no such file or directory 2026/07/08 05:37:40 DEBUG : Looking for writers 2026/07/08 05:37:40 DEBUG : file1: reading active writers 2026/07/08 05:37:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zokewob5gequ/file1.2df9b7ae.partial 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:40 DEBUG : file1.2df9b7ae.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/08 05:37:40 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/08 05:37:40 DEBUG : file1.2df9b7ae.partial: renamed to: file1 2026/07/08 05:37:40 INFO : file1: Copied (new) 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:40 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/08 05:37:40 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-08 05:37:40 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/08 05:37:40 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:40 INFO : file1: vfs cache: upload succeeded try #1 2026/07/08 05:37:40 DEBUG : Looking for writers 2026/07/08 05:37:40 DEBUG : file1: reading active writers 2026/07/08 05:37:40 DEBUG : >WaitForWriters: 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:40 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/07/08 05:37:40 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878180): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878180): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878180): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878180): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878180): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.781886723 +0000 UTC m=+30.195382360 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878180): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878600): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878600): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878600): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878600): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878600): _writeAt: size=3, off=2 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878600): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878600): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.781886723 +0000 UTC m=+30.195382360 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878600): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878ac0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878ac0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878ac0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878ac0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878ac0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.781886723 +0000 UTC m=+30.195382360 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878ac0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab56cf50 item 1 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879100): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879100): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879100): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879100): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879100): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.78421243 +0000 UTC m=+30.197708057 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879100): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879600): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879600): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879600): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879600): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879600): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.78421243 +0000 UTC m=+30.197708057 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879600): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab58a150 item 2 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879c40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879c40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879c40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879c40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879c40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.785763354 +0000 UTC m=+30.199258991 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879c40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab81c0): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab81c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab81c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab81c0): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab81c0): _writeAt: size=3, off=2 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab81c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab81c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.785763354 +0000 UTC m=+30.199258991 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab81c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab8680): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab8680): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab8680): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab8680): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab8680): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.785763354 +0000 UTC m=+30.199258991 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab8680): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab58b340 item 3 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab8d00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab8d00): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab8d00): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab8d00): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab8d00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.787844202 +0000 UTC m=+30.201339829 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab8d00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9240): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9240): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9240): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9240): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9240): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.787844202 +0000 UTC m=+30.201339829 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9240): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab538620 item 4 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9880): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9880): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9880): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9880): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9880): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.789351062 +0000 UTC m=+30.202846699 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9880): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9d00): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9d00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9d00): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9d00): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9d00): _writeAt: size=3, off=2 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9d00): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9d00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.789351062 +0000 UTC m=+30.202846699 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abab9d00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abada2c0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abada2c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abada2c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abada2c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abada2c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.789351062 +0000 UTC m=+30.202846699 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abada2c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab538e00 item 5 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abada940): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abada940): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abada940): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abada940): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abada940): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.791291668 +0000 UTC m=+30.204787305 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abada940): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadae80): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadae80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadae80): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadae80): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadae80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.791291668 +0000 UTC m=+30.204787305 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadae80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab539880 item 6 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadb500): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadb500): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadb500): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadb500): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadb500): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.792552906 +0000 UTC m=+30.206048584 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadb500): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadba00): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadba00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadba00): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadba00): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadba00): _writeAt: size=3, off=2 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadba00): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadba00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.792552906 +0000 UTC m=+30.206048584 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadba00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadbec0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadbec0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadbec0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadbec0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadbec0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.792552906 +0000 UTC m=+30.206048584 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abadbec0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba54070 item 7 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafa640): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafa640): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafa640): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafa640): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafa640): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.794932105 +0000 UTC m=+30.208427742 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafa640): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafab80): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafab80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafab80): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafab80): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafab80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.794932105 +0000 UTC m=+30.208427742 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafab80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba54850 item 8 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb140): _readAt: size=2, off=0 2026/07/08 05:37:40 ERROR : open-test-file(0x2b47abafb140): Couldn't read size of file 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb140): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb140): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb140): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb140): close: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb140): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb500): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb500): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb500): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb500): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb500): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.796766851 +0000 UTC m=+30.210262488 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb500): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb980): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb980): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb980): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb980): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb980): _writeAt: size=3, off=2 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb980): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb980): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.796766851 +0000 UTC m=+30.210262488 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafb980): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafbe80): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafbe80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafbe80): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafbe80): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafbe80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.796766851 +0000 UTC m=+30.210262488 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abafbe80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba54bd0 item 9 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2a600): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2a600): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2a600): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2a600): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2a600): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.799444691 +0000 UTC m=+30.212940317 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2a600): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2ab40): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2ab40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2ab40): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2ab40): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2ab40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.799444691 +0000 UTC m=+30.212940317 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2ab40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba551f0 item 10 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2b180): _readAt: size=2, off=0 2026/07/08 05:37:40 ERROR : open-test-file(0x2b47abb2b180): Couldn't read size of file 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2b180): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2b180): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2b180): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2b180): close: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2b180): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2b540): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2b540): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2b540): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2b540): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2b540): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.801109448 +0000 UTC m=+30.214605075 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2b540): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2ba40): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2ba40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2ba40): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2ba40): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2ba40): _writeAt: size=3, off=2 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2ba40): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2ba40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.801109448 +0000 UTC m=+30.214605075 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb2ba40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb54040): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb54040): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb54040): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb54040): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb54040): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.801109448 +0000 UTC m=+30.214605075 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb54040): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba55570 item 11 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb546c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb546c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb546c0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb546c0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb546c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.803237324 +0000 UTC m=+30.216732962 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb546c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb54c00): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb54c00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb54c00): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb54c00): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb54c00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.803237324 +0000 UTC m=+30.216732962 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb54c00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba55b90 item 12 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb55240): _readAt: size=2, off=0 2026/07/08 05:37:40 ERROR : open-test-file(0x2b47abb55240): Couldn't read size of file 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb55240): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb55240): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb55240): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb55240): close: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb55240): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb55600): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb55600): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb55600): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb55600): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb55600): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.804611646 +0000 UTC m=+30.218107284 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb55600): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb55cc0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb55cc0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb55cc0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb55cc0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb55cc0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.804611646 +0000 UTC m=+30.218107284 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb55cc0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab976150 item 13 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb76440): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb76440): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb76440): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb76440): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb76440): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.806092017 +0000 UTC m=+30.219587654 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb76440): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb76980): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb76980): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb76980): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb76980): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb76980): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.806092017 +0000 UTC m=+30.219587654 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb76980): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab976a80 item 14 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb76fc0): _readAt: size=2, off=0 2026/07/08 05:37:40 ERROR : open-test-file(0x2b47abb76fc0): Couldn't read size of file 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb76fc0): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb76fc0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb76fc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb76fc0): close: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb76fc0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb77380): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb77380): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb77380): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb77380): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb77380): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.807361 +0000 UTC m=+30.220856627 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb77380): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb77a40): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb77a40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb77a40): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb77a40): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb77a40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.807361 +0000 UTC m=+30.220856627 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb77a40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab977180 item 15 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb941c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb941c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb941c0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb941c0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb941c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.808587955 +0000 UTC m=+30.222083592 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb941c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb94700): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb94700): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb94700): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb94700): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb94700): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.808587955 +0000 UTC m=+30.222083592 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb94700): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9779d0 item 16 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb94d40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb94d40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb94d40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb94d40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb94d40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.810774642 +0000 UTC m=+30.224270269 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb94d40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb951c0): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb951c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb951c0): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb951c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb951c0): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb951c0): _writeAt: size=3, off=7 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb951c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb951c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.810774642 +0000 UTC m=+30.224270269 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb951c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb956c0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb956c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb956c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb956c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb956c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.810774642 +0000 UTC m=+30.224270269 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb956c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3c000 item 17 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb95d40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb95d40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb95d40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb95d40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb95d40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.812545018 +0000 UTC m=+30.226040655 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb95d40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4380): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4380): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4380): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4380): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4380): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.812545018 +0000 UTC m=+30.226040655 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4380): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3c4d0 item 18 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4a00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4a00): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4a00): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4a00): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4a00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.813916582 +0000 UTC m=+30.227412220 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4a00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4f00): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4f00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4f00): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4f00): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4f00): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4f00): _writeAt: size=3, off=7 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4f00): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4f00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.813916582 +0000 UTC m=+30.227412220 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4f00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb5400): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb5400): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb5400): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb5400): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb5400): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.813916582 +0000 UTC m=+30.227412220 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb5400): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3c9a0 item 19 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb5a80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb5a80): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb5a80): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb5a80): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb5a80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.815946265 +0000 UTC m=+30.229441893 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb5a80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec04c0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec04c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec04c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec04c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec04c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.815946265 +0000 UTC m=+30.229441893 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec04c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3ce70 item 20 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec0800): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec0800): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec0800): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec0800): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec0800): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.818471529 +0000 UTC m=+30.231967156 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec0800): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec0d00): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec0d00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec0d00): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec0d00): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec0d00): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec0d00): _writeAt: size=3, off=7 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec0d00): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec0d00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.818471529 +0000 UTC m=+30.231967156 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec0d00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec1200): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec1200): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec1200): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec1200): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec1200): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.818471529 +0000 UTC m=+30.231967156 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec1200): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbe620 item 21 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec1880): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec1880): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec1880): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec1880): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec1880): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.820233157 +0000 UTC m=+30.233728825 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec1880): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec1dc0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec1dc0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec1dc0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec1dc0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec1dc0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.820233157 +0000 UTC m=+30.233728825 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abec1dc0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbebd0 item 22 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4540): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4540): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4540): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4540): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4540): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.821797245 +0000 UTC m=+30.235292882 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4540): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4a40): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4a40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4a40): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4a40): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4a40): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4a40): _writeAt: size=3, off=7 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4a40): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4a40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.821797245 +0000 UTC m=+30.235292882 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4a40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4f40): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4f40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4f40): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4f40): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4f40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.821797245 +0000 UTC m=+30.235292882 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb4f40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbef50 item 23 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb55c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb55c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb55c0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb55c0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb55c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.823820786 +0000 UTC m=+30.237316423 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbb55c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab5a68c0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab5a68c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab5a68c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab5a68c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab5a68c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.823820786 +0000 UTC m=+30.237316423 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab5a68c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbf490 item 24 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab5a72c0): _readAt: size=2, off=0 2026/07/08 05:37:40 ERROR : open-test-file(0x2b47ab5a72c0): Couldn't read size of file 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab5a72c0): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab5a72c0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab5a72c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab5a72c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab5a72c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2780): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2780): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2780): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2780): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2780): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.825319952 +0000 UTC m=+30.238815589 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2780): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2d80): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2d80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2d80): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2d80): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2d80): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2d80): _writeAt: size=3, off=7 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2d80): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2d80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.825319952 +0000 UTC m=+30.238815589 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2d80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b3c00): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b3c00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b3c00): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b3c00): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b3c00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.825319952 +0000 UTC m=+30.238815589 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b3c00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbf810 item 25 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122500): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122500): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122500): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122500): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122500): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.827018533 +0000 UTC m=+30.240514160 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122500): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122a40): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122a40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122a40): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122a40): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122a40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.827018533 +0000 UTC m=+30.240514160 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122a40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbfce0 item 26 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123100): _readAt: size=2, off=0 2026/07/08 05:37:40 ERROR : open-test-file(0x2b47ac123100): Couldn't read size of file 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123100): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123100): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123100): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123100): close: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123100): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac1234c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac1234c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac1234c0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac1234c0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac1234c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.828283157 +0000 UTC m=+30.241778785 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac1234c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac1239c0): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac1239c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac1239c0): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac1239c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac1239c0): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac1239c0): _writeAt: size=3, off=7 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac1239c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac1239c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.828283157 +0000 UTC m=+30.241778785 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac1239c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67e000): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67e000): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67e000): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67e000): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67e000): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.828283157 +0000 UTC m=+30.241778785 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67e000): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab7ae9a0 item 27 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67f5c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67f5c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67f5c0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67f5c0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67f5c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.830033285 +0000 UTC m=+30.243528912 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67f5c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67fb00): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67fb00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67fb00): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67fb00): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67fb00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.830033285 +0000 UTC m=+30.243528912 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67fb00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3c070 item 28 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0280): _readAt: size=2, off=0 2026/07/08 05:37:40 ERROR : open-test-file(0x2b47abfa0280): Couldn't read size of file 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0280): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0280): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0280): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0280): close: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0280): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0640): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0640): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0640): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0640): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0640): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.831322467 +0000 UTC m=+30.244818094 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0640): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0d00): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0d00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0d00): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0d00): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0d00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.831322467 +0000 UTC m=+30.244818094 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0d00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3c3f0 item 29 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1400): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1400): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1400): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1400): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1400): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.832575039 +0000 UTC m=+30.246070666 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1400): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1940): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1940): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1940): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1940): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1940): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.832575039 +0000 UTC m=+30.246070666 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1940): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3c850 item 30 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b8680): _readAt: size=2, off=0 2026/07/08 05:37:40 ERROR : open-test-file(0x2b47ab6b8680): Couldn't read size of file 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b8680): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b8680): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b8680): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b8680): close: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b8680): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b8a40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b8a40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b8a40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b8a40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b8a40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.833906369 +0000 UTC m=+30.247401997 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b8a40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b95c0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b95c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b95c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b95c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b95c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.833906369 +0000 UTC m=+30.247401997 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b95c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3cc40 item 31 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab248080): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab248080): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab248080): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab248080): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab248080): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.835431304 +0000 UTC m=+30.248926931 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab248080): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab248bc0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab248bc0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab248bc0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab248bc0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab248bc0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.835431304 +0000 UTC m=+30.248926931 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab248bc0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3d340 item 32 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249280): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249280): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249280): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249280): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249280): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.836954534 +0000 UTC m=+30.250450171 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249280): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249700): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249700): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249700): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249700): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249700): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3d880 item 33 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249700): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249700): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.837568909 +0000 UTC m=+30.251064536 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249700): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249c00): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249c00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249c00): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249c00): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249c00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.837568909 +0000 UTC m=+30.251064536 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab249c00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3db20 item 33 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d0340): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d0340): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d0340): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d0340): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d0340): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.839286665 +0000 UTC m=+30.252782302 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d0340): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d07c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d07c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9e01c0 item 34 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d07c0): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d07c0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d07c0): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d07c0): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d07c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.839976251 +0000 UTC m=+30.253471878 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d07c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d0d00): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d0d00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d0d00): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d0d00): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d0d00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.839976251 +0000 UTC m=+30.253471878 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d0d00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9e0540 item 34 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d1340): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d1340): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d1340): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d1340): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d1340): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.841521312 +0000 UTC m=+30.255016949 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d1340): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d17c0): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d17c0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d17c0): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d17c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d17c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9e0d90 item 35 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d17c0): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d17c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.842141077 +0000 UTC m=+30.255636714 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d17c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d1cc0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d1cc0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d1cc0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d1cc0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d1cc0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.842141077 +0000 UTC m=+30.255636714 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d1cc0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9e0fc0 item 35 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72a440): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72a440): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72a440): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72a440): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72a440): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.843691298 +0000 UTC m=+30.257186926 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72a440): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72a940): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72a940): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9e1340 item 36 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72a940): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72a940): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72a940): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72a940): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72a940): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.84447492 +0000 UTC m=+30.257970557 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72a940): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72ae80): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72ae80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72ae80): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72ae80): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72ae80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.84447492 +0000 UTC m=+30.257970557 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72ae80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9e15e0 item 36 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72b4c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72b4c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72b4c0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72b4c0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72b4c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.847556379 +0000 UTC m=+30.261052005 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72b4c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72b940): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72b940): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72b940): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72b940): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72b940): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9e1c70 item 37 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72b940): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72b940): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.848163868 +0000 UTC m=+30.261659506 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72b940): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72be40): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72be40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72be40): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72be40): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72be40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.848163868 +0000 UTC m=+30.261659506 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab72be40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5460e0 item 37 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e85c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e85c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e85c0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e85c0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e85c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.849584176 +0000 UTC m=+30.263079803 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e85c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e8ac0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e8ac0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab546690 item 38 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e8ac0): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e8ac0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e8ac0): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e8ac0): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e8ac0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.850146573 +0000 UTC m=+30.263642201 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e8ac0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9000): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9000): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9000): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9000): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9000): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.850146573 +0000 UTC m=+30.263642201 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9000): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab546c40 item 38 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9680): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9680): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9680): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9680): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9680): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.851535132 +0000 UTC m=+30.265030758 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9680): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9b80): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9b80): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9b80): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9b80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9b80): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab547810 item 39 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9b80): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9b80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.852015554 +0000 UTC m=+30.265511191 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7e9b80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fa180): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fa180): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fa180): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fa180): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fa180): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.852015554 +0000 UTC m=+30.265511191 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fa180): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab547a40 item 39 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fa800): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fa800): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fa800): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fa800): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fa800): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.853544685 +0000 UTC m=+30.267040313 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fa800): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fad00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fad00): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab564070 item 40 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fad00): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fad00): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fad00): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fad00): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fad00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.85402573 +0000 UTC m=+30.267521356 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fad00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fb240): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fb240): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fb240): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fb240): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fb240): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.85402573 +0000 UTC m=+30.267521356 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fb240): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5643f0 item 40 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fb800): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fb800): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fb800): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fb800): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fb800): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fb800): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fb800): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.855362209 +0000 UTC m=+30.268857837 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fb800): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fbd00): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fbd00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fbd00): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab564fc0 item 41 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fbd00): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fbd00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.855863932 +0000 UTC m=+30.269359559 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7fbd00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88a2c0): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88a2c0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88a2c0): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88a2c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88a2c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5652d0 item 41 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88a2c0): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88a2c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.856304099 +0000 UTC m=+30.269799726 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88a2c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88a800): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88a800): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88a800): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88a800): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88a800): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.856304099 +0000 UTC m=+30.269799726 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88a800): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab565490 item 41 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88ae40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88ae40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88ae40): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88ae40): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88ae40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88ae40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88ae40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.857601476 +0000 UTC m=+30.271097103 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88ae40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88b340): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88b340): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88b340): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5658f0 item 42 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88b340): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88b340): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.858023318 +0000 UTC m=+30.271518945 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88b340): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88b880): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88b880): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab59a150 item 42 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88b880): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88b880): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88b880): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88b880): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88b880): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.858559144 +0000 UTC m=+30.272054771 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88b880): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88be00): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88be00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88be00): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88be00): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88be00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.858559144 +0000 UTC m=+30.272054771 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab88be00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab59ae70 item 42 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bc540): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bc540): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bc540): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bc540): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bc540): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bc540): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bc540): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.859822468 +0000 UTC m=+30.273318095 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bc540): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bca40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bca40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bca40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab59b570 item 43 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bca40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bca40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.860262013 +0000 UTC m=+30.273757640 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bca40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0280): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0280): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0280): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0280): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0280): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab66c000 item 43 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0280): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0280): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.861220604 +0000 UTC m=+30.274716230 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0280): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b07c0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b07c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b07c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b07c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b07c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.861220604 +0000 UTC m=+30.274716230 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b07c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab66c310 item 43 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0e00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0e00): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0e00): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0e00): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0e00): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0e00): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0e00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.863022498 +0000 UTC m=+30.276518135 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0e00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1300): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1300): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1300): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab66c850 item 44 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1300): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1300): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.863459909 +0000 UTC m=+30.276955537 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1300): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1840): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1840): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab66cee0 item 44 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1840): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1840): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1840): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1840): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1840): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.864067912 +0000 UTC m=+30.277563539 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1840): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1dc0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1dc0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1dc0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1dc0): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1dc0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.864067912 +0000 UTC m=+30.277563539 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1dc0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab66d420 item 44 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab920500): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab920500): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab920500): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab920500): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab920500): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab920500): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab920500): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.865334691 +0000 UTC m=+30.278830317 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab920500): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab920a00): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab920a00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab920a00): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab66de30 item 45 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab920a00): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab920a00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.865755551 +0000 UTC m=+30.279251178 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab920a00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921100): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921100): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921100): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921100): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921100): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.865755551 +0000 UTC m=+30.279251178 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921100): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab592230 item 45 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921740): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921740): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921740): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921740): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921740): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921740): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921740): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.867459131 +0000 UTC m=+30.280954758 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921740): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921c40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921c40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921c40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5928c0 item 46 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921c40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921c40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.867835568 +0000 UTC m=+30.281331195 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab921c40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978440): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978440): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978440): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978440): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978440): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.867835568 +0000 UTC m=+30.281331195 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978440): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab592d20 item 46 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978a80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978a80): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978a80): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978a80): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978a80): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978a80): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978a80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.8690611 +0000 UTC m=+30.282556727 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978a80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978f80): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978f80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978f80): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5930a0 item 47 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978f80): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978f80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.870042934 +0000 UTC m=+30.283538561 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab978f80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab979680): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab979680): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab979680): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab979680): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab979680): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.870042934 +0000 UTC m=+30.283538561 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab979680): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5933b0 item 47 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab979cc0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab979cc0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab979cc0): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab979cc0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab979cc0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab979cc0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab979cc0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.872529695 +0000 UTC m=+30.286025322 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab979cc0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c82c0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c82c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c82c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5937a0 item 48 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c82c0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c82c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.872987915 +0000 UTC m=+30.286483543 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c82c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c89c0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c89c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c89c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c89c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c89c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.872987915 +0000 UTC m=+30.286483543 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c89c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe00460 item 48 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c9000): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c9000): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c9000): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c9000): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c9000): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.874305049 +0000 UTC m=+30.287800677 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c9000): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c9480): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c9480): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c9480): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c9480): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c9480): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c9480): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe00a80 item 49 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c9480): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c9480): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.874841216 +0000 UTC m=+30.288336843 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c9480): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c99c0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c99c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c99c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c99c0): >_readAt: n=8, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c99c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.874841216 +0000 UTC m=+30.288336843 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9c99c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe00c40 item 49 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18140): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18140): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18140): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18140): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18140): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.876064104 +0000 UTC m=+30.289559731 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18140): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18640): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18640): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18640): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe00fc0 item 50 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18640): _readAt: size=2, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18640): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18640): _writeAt: size=3, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18640): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18640): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.876538735 +0000 UTC m=+30.290034362 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18640): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18bc0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18bc0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18bc0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18bc0): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18bc0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.876538735 +0000 UTC m=+30.290034362 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba18bc0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe01180 item 50 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19240): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19240): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19240): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19240): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19240): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.877684006 +0000 UTC m=+30.291179633 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19240): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19740): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19740): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19740): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19740): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19740): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19740): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe01500 item 51 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19740): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19740): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.878126889 +0000 UTC m=+30.291622516 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19740): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19c80): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19c80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19c80): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19c80): >_readAt: n=8, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19c80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.878126889 +0000 UTC m=+30.291622516 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba19c80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe016c0 item 51 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48400): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48400): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48400): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48400): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48400): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.879335087 +0000 UTC m=+30.292830715 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48400): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48900): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48900): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48900): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe01b90 item 52 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48900): _readAt: size=2, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48900): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48900): _writeAt: size=3, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48900): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48900): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.879852339 +0000 UTC m=+30.293347966 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48900): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48e80): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48e80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48e80): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48e80): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48e80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.879852339 +0000 UTC m=+30.293347966 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba48e80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe01d50 item 52 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba49500): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba49500): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba49500): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba49500): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba49500): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.880942586 +0000 UTC m=+30.294438223 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba49500): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba49a00): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba49a00): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba49a00): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba49a00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba49a00): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba49a00): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb40380 item 53 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba49a00): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba49a00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.881365452 +0000 UTC m=+30.294861079 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba49a00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba76040): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba76040): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba76040): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba76040): >_readAt: n=8, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba76040): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.881365452 +0000 UTC m=+30.294861079 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba76040): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb40700 item 53 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba766c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba766c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 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-zokewob5gequ/dir/file1: no such file or directory 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 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-zokewob5gequ/dir/file1: no such file or directory 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba766c0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba766c0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba766c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.882499922 +0000 UTC m=+30.295995549 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba766c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba76bc0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba76bc0): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba76bc0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb40b60 item 54 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba76bc0): _readAt: size=2, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba76bc0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba76bc0): _writeAt: size=3, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba76bc0): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba76bc0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.883155704 +0000 UTC m=+30.296651331 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba76bc0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba77140): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba77140): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba77140): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba77140): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba77140): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.883155704 +0000 UTC m=+30.296651331 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba77140): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb40d20 item 54 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba777c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba777c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba777c0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba777c0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba777c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.8844263 +0000 UTC m=+30.297921927 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba777c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba77cc0): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba77cc0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba77cc0): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba77cc0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba77cc0): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba77cc0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb412d0 item 55 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba77cc0): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba77cc0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.884910369 +0000 UTC m=+30.298405996 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47aba77cc0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0300): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0300): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0300): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0300): >_readAt: n=8, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0300): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.884910369 +0000 UTC m=+30.298405996 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0300): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb416c0 item 55 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0980): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0980): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0980): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0980): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0980): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.886046994 +0000 UTC m=+30.299542620 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0980): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0e80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0e80): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0e80): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb41a40 item 56 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0e80): _readAt: size=2, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0e80): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0e80): _writeAt: size=3, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0e80): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0e80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.886591978 +0000 UTC m=+30.300087605 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0e80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bcec0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bcec0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bcec0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bcec0): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bcec0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.886591978 +0000 UTC m=+30.300087605 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bcec0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb41c00 item 56 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bd500): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bd500): open at offset 0 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bd500): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bd500): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bd500): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bd500): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bd500): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bd500): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.88784369 +0000 UTC m=+30.301339316 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bd500): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bda40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bda40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bda40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab59bce0 item 57 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bda40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bda40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.888554453 +0000 UTC m=+30.302050080 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8bda40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0080): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0080): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0080): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0080): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0080): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0080): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb8150 item 57 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0080): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0080): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.889076554 +0000 UTC m=+30.302572182 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0080): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0600): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0600): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0600): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0600): >_readAt: n=8, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0600): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.889076554 +0000 UTC m=+30.302572182 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0600): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb8310 item 57 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0c40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0c40): open at offset 0 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0c40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0c40): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0c40): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0c40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0c40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0c40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.890285615 +0000 UTC m=+30.303781242 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f0c40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f1180): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f1180): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f1180): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb8690 item 58 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f1180): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f1180): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.890768202 +0000 UTC m=+30.304263830 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f1180): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f16c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f16c0): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f16c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb8850 item 58 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f16c0): _readAt: size=2, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f16c0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f16c0): _writeAt: size=3, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f16c0): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f16c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.892000877 +0000 UTC m=+30.305496504 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f16c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f1c80): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f1c80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f1c80): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f1c80): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f1c80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.892000877 +0000 UTC m=+30.305496504 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8f1c80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb8a10 item 58 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb243c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb243c0): open at offset 0 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb243c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb243c0): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb243c0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb243c0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb243c0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb243c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.893675253 +0000 UTC m=+30.307170880 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb243c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb24900): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb24900): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb24900): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb8f50 item 59 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb24900): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb24900): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.894401587 +0000 UTC m=+30.307897214 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb24900): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb24e40): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb24e40): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb24e40): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb24e40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb24e40): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb24e40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb9180 item 59 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb24e40): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb24e40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.894846833 +0000 UTC m=+30.308342460 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb24e40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb253c0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb253c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb253c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb253c0): >_readAt: n=8, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb253c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.894846833 +0000 UTC m=+30.308342460 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb253c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb9340 item 59 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb25a00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb25a00): open at offset 0 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb25a00): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb25a00): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb25a00): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb25a00): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb25a00): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb25a00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.896447098 +0000 UTC m=+30.309942726 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb25a00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56040): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56040): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56040): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb98f0 item 60 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56040): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56040): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.89691091 +0000 UTC m=+30.310406537 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56040): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56580): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56580): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56580): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb9ab0 item 60 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56580): _readAt: size=2, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56580): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56580): _writeAt: size=3, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56580): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56580): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.897495327 +0000 UTC m=+30.310990954 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56580): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56b40): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56b40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56b40): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56b40): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56b40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.897495327 +0000 UTC m=+30.310990954 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb56b40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb9c70 item 60 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb57180): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb57180): open at offset 0 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb57180): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb57180): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb57180): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb57180): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb57180): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb57180): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.899169933 +0000 UTC m=+30.312665560 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb57180): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb576c0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb576c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb576c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02e230 item 61 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb576c0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb576c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.899595733 +0000 UTC m=+30.313091360 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb576c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb57dc0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb57dc0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb57dc0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb57dc0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb57dc0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.899595733 +0000 UTC m=+30.313091360 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb57dc0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02e3f0 item 61 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb72500): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb72500): open at offset 0 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb72500): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb72500): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb72500): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb72500): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb72500): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb72500): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.901219723 +0000 UTC m=+30.314715350 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb72500): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb72a40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb72a40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb72a40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02e8c0 item 62 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb72a40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb72a40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.901610828 +0000 UTC m=+30.315106455 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb72a40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73140): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73140): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73140): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73140): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73140): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.901610828 +0000 UTC m=+30.315106455 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73140): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02ea80 item 62 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73780): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73780): open at offset 0 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73780): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73780): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73780): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73780): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73780): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73780): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.902720933 +0000 UTC m=+30.316216570 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73780): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73cc0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73cc0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73cc0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02eee0 item 63 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73cc0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73cc0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.903167942 +0000 UTC m=+30.316663569 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb73cc0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9a4c0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9a4c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9a4c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9a4c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9a4c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.903167942 +0000 UTC m=+30.316663569 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9a4c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02f180 item 63 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9ab00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9ab00): open at offset 0 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9ab00): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9ab00): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9ab00): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9ab00): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9ab00): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9ab00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.904414122 +0000 UTC m=+30.317909749 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9ab00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9b040): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9b040): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9b040): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02f5e0 item 64 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9b040): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9b040): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.904862696 +0000 UTC m=+30.318358322 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9b040): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9b740): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9b740): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9b740): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9b740): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9b740): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.904862696 +0000 UTC m=+30.318358322 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9b740): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02f7a0 item 64 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9bd80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9bd80): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9bd80): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9bd80): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9bd80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.906050937 +0000 UTC m=+30.319546565 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abb9bd80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce300): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce300): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce300): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce300): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce300): _writeAt: size=3, off=2 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02fb90 item 65 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce300): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce300): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.906464494 +0000 UTC m=+30.319960121 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce300): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce800): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce800): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce800): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce800): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce800): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.906464494 +0000 UTC m=+30.319960121 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce800): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab90c150 item 65 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbee380): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbee380): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbee380): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbee380): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbee380): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.907647245 +0000 UTC m=+30.321142872 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbee380): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbee800): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbee800): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac0d02a0 item 66 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbee800): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbee800): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbee800): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbee800): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbee800): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.908191097 +0000 UTC m=+30.321686724 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbee800): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbeed40): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbeed40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbeed40): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbeed40): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbeed40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.908191097 +0000 UTC m=+30.321686724 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbeed40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac0d0460 item 66 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbef380): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbef380): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbef380): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbef380): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbef380): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.909629689 +0000 UTC m=+30.323125316 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbef380): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbef800): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbef800): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbef800): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbef800): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbef800): _writeAt: size=3, off=2 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac0d08c0 item 67 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbef800): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbef800): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.910129909 +0000 UTC m=+30.323625535 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbef800): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbefd00): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbefd00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbefd00): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbefd00): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbefd00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.910129909 +0000 UTC m=+30.323625535 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbefd00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac0d0a80 item 67 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1a480): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1a480): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1a480): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1a480): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1a480): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.911397129 +0000 UTC m=+30.324892756 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1a480): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1a980): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1a980): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac0d0e70 item 68 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1a980): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1a980): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1a980): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1a980): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1a980): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.911970585 +0000 UTC m=+30.325466213 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1a980): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1aec0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1aec0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1aec0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1aec0): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1aec0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.911970585 +0000 UTC m=+30.325466213 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1aec0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac0d1030 item 68 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1b500): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1b500): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1b500): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1b500): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1b500): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.913309661 +0000 UTC m=+30.326805288 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1b500): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1b980): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1b980): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1b980): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1b980): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1b980): _writeAt: size=3, off=2 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac0d15e0 item 69 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1b980): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1b980): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.913816894 +0000 UTC m=+30.327312521 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1b980): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1be80): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1be80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1be80): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1be80): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1be80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.913816894 +0000 UTC m=+30.327312521 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc1be80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac0d1960 item 69 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3e600): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3e600): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3e600): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3e600): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3e600): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.915153194 +0000 UTC m=+30.328648821 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3e600): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3eb00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3eb00): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac0d1dc0 item 70 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3eb00): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3eb00): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3eb00): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3eb00): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3eb00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.915625852 +0000 UTC m=+30.329121479 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3eb00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3f040): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3f040): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3f040): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3f040): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3f040): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.915625852 +0000 UTC m=+30.329121479 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3f040): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1a230 item 70 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3f6c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3f6c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3f6c0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3f6c0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3f6c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.916966259 +0000 UTC m=+30.330461886 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3f6c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3fbc0): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3fbc0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3fbc0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3fbc0): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3fbc0): _writeAt: size=3, off=2 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1a620 item 71 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3fbc0): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3fbc0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.917452864 +0000 UTC m=+30.330948490 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc3fbc0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc561c0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc561c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc561c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc561c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc561c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.917452864 +0000 UTC m=+30.330948490 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc561c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1a7e0 item 71 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc56840): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc56840): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc56840): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc56840): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc56840): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.918855198 +0000 UTC m=+30.332350835 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc56840): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc56d40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc56d40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1ab60 item 72 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc56d40): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc56d40): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc56d40): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc56d40): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc56d40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.919493376 +0000 UTC m=+30.332989042 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc56d40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57280): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57280): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57280): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57280): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57280): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.919493376 +0000 UTC m=+30.332989042 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57280): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1ad20 item 72 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57840): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57840): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57840): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57840): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57840): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57840): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57840): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.920621024 +0000 UTC m=+30.334116651 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57840): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57d40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57d40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57d40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1b0a0 item 73 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57d40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57d40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.921049379 +0000 UTC m=+30.334545006 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc57d40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72300): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72300): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72300): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72300): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72300): _writeAt: size=3, off=2 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1b260 item 73 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72300): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72300): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.921514522 +0000 UTC m=+30.335010149 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72300): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72840): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72840): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72840): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72840): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72840): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.921514522 +0000 UTC m=+30.335010149 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72840): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1b420 item 73 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72e80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72e80): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72e80): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72e80): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72e80): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72e80): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72e80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.922691904 +0000 UTC m=+30.336187530 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc72e80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc73380): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc73380): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc73380): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1b880 item 74 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc73380): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc73380): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.923326105 +0000 UTC m=+30.336821742 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc73380): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc738c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc738c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1bc70 item 74 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc738c0): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc738c0): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc738c0): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc738c0): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc738c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.923848636 +0000 UTC m=+30.337344263 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc738c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc73e40): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc73e40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc73e40): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc73e40): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc73e40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.923848636 +0000 UTC m=+30.337344263 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc73e40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb66070 item 74 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8c580): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8c580): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8c580): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8c580): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8c580): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8c580): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8c580): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.9249366 +0000 UTC m=+30.338432226 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8c580): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8ca80): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8ca80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8ca80): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb66460 item 75 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8ca80): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8ca80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.925349135 +0000 UTC m=+30.338844762 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8ca80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8cfc0): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8cfc0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8cfc0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8cfc0): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8cfc0): _writeAt: size=3, off=2 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb66700 item 75 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8cfc0): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8cfc0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.925839897 +0000 UTC m=+30.339335523 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8cfc0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8d500): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8d500): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8d500): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8d500): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8d500): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.925839897 +0000 UTC m=+30.339335523 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8d500): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb66a10 item 75 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8db40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8db40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8db40): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8db40): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8db40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8db40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8db40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.927048877 +0000 UTC m=+30.340544504 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abc8db40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6140): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6140): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6140): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb66fc0 item 76 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6140): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6140): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.92743407 +0000 UTC m=+30.340929698 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6140): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6680): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6680): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb67260 item 76 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6680): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6680): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6680): _writeAt: size=3, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6680): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6680): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.927886351 +0000 UTC m=+30.341381978 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6680): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6c00): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6c00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6c00): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6c00): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6c00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.927886351 +0000 UTC m=+30.341381978 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca6c00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb67420 item 76 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7240): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7240): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7240): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7240): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7240): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7240): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7240): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.928879635 +0000 UTC m=+30.342375263 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7240): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7740): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7740): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7740): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb67880 item 77 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7740): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7740): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.929311828 +0000 UTC m=+30.342807455 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7740): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7e40): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7e40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7e40): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7e40): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7e40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.929311828 +0000 UTC m=+30.342807455 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abca7e40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb67a40 item 77 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbe580): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbe580): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbe580): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbe580): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbe580): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbe580): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbe580): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.930514237 +0000 UTC m=+30.344009863 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbe580): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbea80): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbea80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbea80): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb67dc0 item 78 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbea80): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbea80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.931046005 +0000 UTC m=+30.344541632 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbea80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbf180): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbf180): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbf180): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbf180): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbf180): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.931046005 +0000 UTC m=+30.344541632 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbf180): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9ea2a0 item 78 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbf7c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbf7c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbf7c0): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbf7c0): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbf7c0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbf7c0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbf7c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.932265956 +0000 UTC m=+30.345761584 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbf7c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbfcc0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbfcc0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbfcc0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9ea850 item 79 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbfcc0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbfcc0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.932678611 +0000 UTC m=+30.346174239 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcbfcc0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcde4c0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcde4c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcde4c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcde4c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcde4c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.932678611 +0000 UTC m=+30.346174239 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcde4c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9eb030 item 79 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdeb00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdeb00): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdeb00): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdeb00): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdeb00): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdeb00): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdeb00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.933878966 +0000 UTC m=+30.347374593 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdeb00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdf000): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdf000): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdf000): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9eb6c0 item 80 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdf000): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdf000): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.934808592 +0000 UTC m=+30.348304220 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdf000): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdf700): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdf700): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdf700): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdf700): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdf700): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.934808592 +0000 UTC m=+30.348304220 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdf700): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9eb8f0 item 80 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdfd40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdfd40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdfd40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdfd40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdfd40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.936056956 +0000 UTC m=+30.349552584 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcdfd40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfe2c0): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfe2c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfe2c0): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfe2c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfe2c0): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfe2c0): _writeAt: size=3, off=7 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab52e850 item 81 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfe2c0): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfe2c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.936499137 +0000 UTC m=+30.349994764 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfe2c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfe800): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfe800): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfe800): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfe800): >_readAt: n=8, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfe800): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.936499137 +0000 UTC m=+30.349994764 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfe800): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab52ed20 item 81 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfee80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfee80): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfee80): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfee80): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfee80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.937593694 +0000 UTC m=+30.351089321 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcfee80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcff380): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcff380): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcff380): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5ac2a0 item 82 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcff380): _readAt: size=2, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcff380): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcff380): _writeAt: size=3, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcff380): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcff380): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.93814025 +0000 UTC m=+30.351635877 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcff380): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcff900): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcff900): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcff900): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcff900): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcff900): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.93814025 +0000 UTC m=+30.351635877 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abcff900): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5ac700 item 82 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20080): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20080): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20080): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20080): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20080): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.939192446 +0000 UTC m=+30.352688073 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20080): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20580): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20580): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20580): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20580): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20580): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20580): _writeAt: size=3, off=7 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5ad030 item 83 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20580): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20580): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.939655406 +0000 UTC m=+30.353151032 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20580): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20ac0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20ac0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20ac0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20ac0): >_readAt: n=8, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20ac0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.939655406 +0000 UTC m=+30.353151032 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd20ac0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5ad340 item 83 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21140): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21140): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21140): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21140): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21140): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.94077602 +0000 UTC m=+30.354271647 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21140): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21640): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21640): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21640): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab56c1c0 item 84 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21640): _readAt: size=2, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21640): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21640): _writeAt: size=3, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21640): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21640): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.941402207 +0000 UTC m=+30.354897844 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21640): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21bc0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21bc0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21bc0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21bc0): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21bc0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.941402207 +0000 UTC m=+30.354897844 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd21bc0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab56c3f0 item 84 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38340): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38340): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38340): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38340): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38340): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.942832543 +0000 UTC m=+30.356328221 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38340): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38840): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38840): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38840): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38840): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38840): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38840): _writeAt: size=3, off=7 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab56c9a0 item 85 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38840): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38840): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.94365598 +0000 UTC m=+30.357151637 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38840): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38d80): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38d80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38d80): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38d80): >_readAt: n=8, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38d80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.94365598 +0000 UTC m=+30.357151637 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd38d80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab56cc40 item 85 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39400): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39400): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39400): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39400): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39400): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.944922549 +0000 UTC m=+30.358418186 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39400): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39900): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39900): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39900): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab56d1f0 item 86 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39900): _readAt: size=2, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39900): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39900): _writeAt: size=3, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39900): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39900): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.945523096 +0000 UTC m=+30.359018723 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39900): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39e80): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39e80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39e80): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39e80): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39e80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.945523096 +0000 UTC m=+30.359018723 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd39e80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab56d5e0 item 86 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1440): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1440): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1440): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1440): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1440): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.947139193 +0000 UTC m=+30.360634860 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1440): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1940): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1940): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1940): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1940): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1940): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1940): _writeAt: size=3, off=7 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb41e30 item 87 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1940): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1940): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.947849036 +0000 UTC m=+30.361344663 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1940): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcef00): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcef00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcef00): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcef00): >_readAt: n=8, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcef00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.947849036 +0000 UTC m=+30.361344663 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcef00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab90c3f0 item 87 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd56740): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd56740): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd56740): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd56740): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd56740): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.949976261 +0000 UTC m=+30.363471888 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd56740): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd56c40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd56c40): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd56c40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab58b2d0 item 88 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd56c40): _readAt: size=2, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd56c40): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd56c40): _writeAt: size=3, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd56c40): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd56c40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.950679292 +0000 UTC m=+30.364174919 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd56c40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd571c0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd571c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd571c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd571c0): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd571c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.950679292 +0000 UTC m=+30.364174919 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd571c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab58b5e0 item 88 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd57800): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd57800): open at offset 0 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd57800): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd57800): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd57800): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd57800): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd57800): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd57800): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.95228609 +0000 UTC m=+30.365781716 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd57800): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd57d40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd57d40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd57d40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab538690 item 89 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd57d40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd57d40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.952816636 +0000 UTC m=+30.366312284 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abd57d40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0380): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0380): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0380): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0380): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0380): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0380): _writeAt: size=3, off=7 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab538bd0 item 89 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0380): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0380): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.953452099 +0000 UTC m=+30.366947746 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0380): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0900): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0900): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0900): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0900): >_readAt: n=8, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0900): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.953452099 +0000 UTC m=+30.366947746 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0900): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab538e70 item 89 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0f40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0f40): open at offset 0 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0f40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0f40): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0f40): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0f40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0f40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0f40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.954816823 +0000 UTC m=+30.368312450 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa0f40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1b80): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1b80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1b80): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5397a0 item 90 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1b80): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1b80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.955275144 +0000 UTC m=+30.368770781 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abaa1b80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce1c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce1c0): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce1c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5399d0 item 90 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce1c0): _readAt: size=2, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce1c0): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce1c0): _writeAt: size=3, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce1c0): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce1c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.955754464 +0000 UTC m=+30.369250092 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce1c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce780): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce780): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce780): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce780): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce780): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.955754464 +0000 UTC m=+30.369250092 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbce780): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab539ce0 item 90 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcf380): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcf380): open at offset 0 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcf380): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcf380): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcf380): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcf380): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcf380): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcf380): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.956983673 +0000 UTC m=+30.370479320 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcf380): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcf8c0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcf8c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcf8c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab90c7e0 item 91 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcf8c0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcf8c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.95751933 +0000 UTC m=+30.371014957 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcf8c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcfe00): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcfe00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcfe00): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcfe00): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcfe00): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcfe00): _writeAt: size=3, off=7 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab90cb60 item 91 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcfe00): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcfe00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.958171585 +0000 UTC m=+30.371667222 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abbcfe00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab5a6e00): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab5a6e00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab5a6e00): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab5a6e00): >_readAt: n=8, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab5a6e00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.958171585 +0000 UTC m=+30.371667222 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab5a6e00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab90ce70 item 91 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2700): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2700): open at offset 0 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2700): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2700): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2700): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2700): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2700): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2700): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.959486103 +0000 UTC m=+30.372981731 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2700): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2d40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2d40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2d40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab90d3b0 item 92 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2d40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2d40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.959951007 +0000 UTC m=+30.373446634 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b2d40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b3bc0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b3bc0): open at offset 5 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b3bc0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab90d570 item 92 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b3bc0): _readAt: size=2, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b3bc0): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b3bc0): _writeAt: size=3, off=5 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b3bc0): >_writeAt: n=3, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b3bc0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.960505798 +0000 UTC m=+30.374001426 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab4b3bc0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122400): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122400): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122400): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122400): >_readAt: n=3, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122400): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.960505798 +0000 UTC m=+30.374001426 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122400): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab90d810 item 92 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122a40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122a40): open at offset 0 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122a40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122a40): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122a40): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122a40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122a40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122a40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.962069325 +0000 UTC m=+30.375564952 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122a40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122f80): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122f80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122f80): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab90de30 item 93 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122f80): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122f80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.962469276 +0000 UTC m=+30.375964903 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac122f80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123700): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123700): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123700): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123700): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123700): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.962469276 +0000 UTC m=+30.375964903 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123700): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbe3f0 item 93 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123d40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123d40): open at offset 0 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123d40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123d40): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123d40): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123d40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123d40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123d40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.963687225 +0000 UTC m=+30.377182851 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ac123d40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67f180): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67f180): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67f180): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbe8c0 item 94 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67f180): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67f180): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.964139373 +0000 UTC m=+30.377635001 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67f180): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67f9c0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67f9c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67f9c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67f9c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67f9c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.964139373 +0000 UTC m=+30.377635001 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab67f9c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbea80 item 94 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0100): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0100): open at offset 0 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0100): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0100): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0100): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0100): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0100): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0100): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.965671901 +0000 UTC m=+30.379167529 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0100): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0640): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0640): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0640): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbee00 item 95 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0640): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0640): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.96622991 +0000 UTC m=+30.379725537 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0640): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0d40): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0d40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0d40): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0d40): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0d40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.96622991 +0000 UTC m=+30.379725537 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa0d40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbefc0 item 95 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1400): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1400): open at offset 0 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1400): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1400): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1400): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1400): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1400): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1400): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.967343632 +0000 UTC m=+30.380839259 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1400): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1940): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1940): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1940): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbf3b0 item 96 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1940): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1940): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.967766486 +0000 UTC m=+30.381262113 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47abfa1940): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b8740): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b8740): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b8740): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b8740): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b8740): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.967766486 +0000 UTC m=+30.381262113 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6b8740): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbf570 item 96 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= 2026/07/08 05:37:40 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:40 DEBUG : Looking for writers 2026/07/08 05:37:40 DEBUG : >WaitForWriters: 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:40 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:40 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/07/08 05:37:40 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0200): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0200): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0200): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0200): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0200): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.973591487 +0000 UTC m=+30.387087114 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0200): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0700): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0700): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0700): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0700): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0700): _writeAt: size=3, off=2 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0700): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0700): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.973591487 +0000 UTC m=+30.387087114 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0700): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0bc0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0bc0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0bc0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0bc0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0bc0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.973591487 +0000 UTC m=+30.387087114 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b0bc0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3c310 item 1 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1200): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1200): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1200): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1200): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1200): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.97531258 +0000 UTC m=+30.388808207 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1200): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1700): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1700): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1700): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1700): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1700): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.97531258 +0000 UTC m=+30.388808207 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1700): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3c930 item 2 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1d40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1d40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1d40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1d40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1d40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.976465225 +0000 UTC m=+30.389960851 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab9b1d40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d42c0): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d42c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d42c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d42c0): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d42c0): _writeAt: size=3, off=2 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d42c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d42c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.976465225 +0000 UTC m=+30.389960851 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d42c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d4780): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d4780): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d4780): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d4780): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d4780): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.976465225 +0000 UTC m=+30.389960851 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d4780): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3ccb0 item 3 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d4e00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d4e00): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d4e00): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d4e00): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d4e00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.977974861 +0000 UTC m=+30.391470488 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d4e00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5340): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5340): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5340): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5340): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5340): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.977974861 +0000 UTC m=+30.391470488 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5340): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3d260 item 4 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5980): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5980): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5980): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5980): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5980): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.979430475 +0000 UTC m=+30.392926102 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5980): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5e00): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5e00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5e00): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5e00): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5e00): _writeAt: size=3, off=2 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5e00): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5e00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.979430475 +0000 UTC m=+30.392926102 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab6d5e00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7123c0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7123c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7123c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7123c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7123c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.979430475 +0000 UTC m=+30.392926102 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7123c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3d730 item 5 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab712a40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab712a40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab712a40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab712a40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab712a40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.981349329 +0000 UTC m=+30.394844956 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab712a40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab712f80): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab712f80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab712f80): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab712f80): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab712f80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.981349329 +0000 UTC m=+30.394844956 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab712f80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3dd50 item 6 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab713600): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab713600): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab713600): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab713600): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab713600): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.982603083 +0000 UTC m=+30.396098711 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab713600): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab713b00): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab713b00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab713b00): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab713b00): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab713b00): _writeAt: size=3, off=2 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab713b00): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab713b00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.982603083 +0000 UTC m=+30.396098711 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab713b00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f80c0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f80c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f80c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f80c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f80c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.982603083 +0000 UTC m=+30.396098711 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f80c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5643f0 item 7 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f8740): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f8740): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f8740): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f8740): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f8740): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.984440004 +0000 UTC m=+30.397935630 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f8740): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f8c80): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f8c80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f8c80): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f8c80): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f8c80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.984440004 +0000 UTC m=+30.397935630 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f8c80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab565180 item 8 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9240): _readAt: size=2, off=0 2026/07/08 05:37:40 ERROR : open-test-file(0x2b47ab7f9240): Couldn't read size of file 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9240): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9240): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9240): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9240): close: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9240): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9600): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9600): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9600): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9600): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9600): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.98598221 +0000 UTC m=+30.399477838 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9600): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9a80): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9a80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9a80): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9a80): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9a80): _writeAt: size=3, off=2 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9a80): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9a80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.98598221 +0000 UTC m=+30.399477838 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab7f9a80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878080): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878080): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878080): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878080): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878080): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.98598221 +0000 UTC m=+30.399477838 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878080): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab565650 item 9 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878700): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878700): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878700): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878700): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878700): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.987899812 +0000 UTC m=+30.401395439 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878700): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878c40): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878c40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878c40): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878c40): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878c40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.987899812 +0000 UTC m=+30.401395439 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab878c40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab66c0e0 item 10 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879280): _readAt: size=2, off=0 2026/07/08 05:37:40 ERROR : open-test-file(0x2b47ab879280): Couldn't read size of file 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879280): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879280): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879280): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879280): close: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879280): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879640): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879640): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879640): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879640): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879640): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.989538771 +0000 UTC m=+30.403034408 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879640): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879b40): _readAt: size=2, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879b40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879b40): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879b40): >_readAt: n=2, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879b40): _writeAt: size=3, off=2 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879b40): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879b40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.989538771 +0000 UTC m=+30.403034408 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab879b40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a6140): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a6140): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a6140): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a6140): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a6140): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.989538771 +0000 UTC m=+30.403034408 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a6140): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab66c700 item 11 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a67c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a67c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a67c0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a67c0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a67c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.991233364 +0000 UTC m=+30.404728990 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a67c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a6d00): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a6d00): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a6d00): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a6d00): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a6d00): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.991233364 +0000 UTC m=+30.404728990 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a6d00): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab66d650 item 12 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a7340): _readAt: size=2, off=0 2026/07/08 05:37:40 ERROR : open-test-file(0x2b47ab8a7340): Couldn't read size of file 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a7340): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a7340): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a7340): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a7340): close: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a7340): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a7700): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a7700): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a7700): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a7700): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a7700): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.992821347 +0000 UTC m=+30.406316984 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a7700): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a7dc0): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a7dc0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a7dc0): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a7dc0): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a7dc0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.992821347 +0000 UTC m=+30.406316984 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8a7dc0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5920e0 item 13 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c2540): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c2540): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c2540): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c2540): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c2540): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.994920168 +0000 UTC m=+30.408415895 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c2540): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c2a80): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c2a80): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c2a80): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c2a80): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c2a80): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.994920168 +0000 UTC m=+30.408415895 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c2a80): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab592540 item 14 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c30c0): _readAt: size=2, off=0 2026/07/08 05:37:40 ERROR : open-test-file(0x2b47ab8c30c0): Couldn't read size of file 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c30c0): >_readAt: n=0, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c30c0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c30c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c30c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c30c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c3480): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c3480): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c3480): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c3480): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c3480): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.996888876 +0000 UTC m=+30.410384513 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c3480): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c3b40): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c3b40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c3b40): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c3b40): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c3b40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.996888876 +0000 UTC m=+30.410384513 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8c3b40): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab592d90 item 15 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8ec2c0): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8ec2c0): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8ec2c0): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8ec2c0): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8ec2c0): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.998367163 +0000 UTC m=+30.411862800 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8ec2c0): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8ec800): _readAt: size=512, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8ec800): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8ec800): >openPending: err= 2026/07/08 05:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8ec800): >_readAt: n=5, err=EOF 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8ec800): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.998367163 +0000 UTC m=+30.411862800 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8ec800): >close: err= 2026/07/08 05:37:40 DEBUG : open-test-file: Remove: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab593110 item 16 2026/07/08 05:37:40 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:40 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:40 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:40 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8ece40): openPending: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8ece40): >openPending: err= 2026/07/08 05:37:40 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:40 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:40 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8ece40): _writeAt: size=5, off=0 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8ece40): >_writeAt: n=5, err= 2026/07/08 05:37:40 DEBUG : open-test-file(0x2b47ab8ece40): close: 2026/07/08 05:37:40 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.999720315 +0000 UTC m=+30.413215942 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ece40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ed2c0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ed2c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ed2c0): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ed2c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ed2c0): >_readAt: n=2, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ed2c0): _writeAt: size=3, off=7 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ed2c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ed2c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.999720315 +0000 UTC m=+30.413215942 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ed2c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ed7c0): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ed7c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ed7c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ed7c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ed7c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:40.999720315 +0000 UTC m=+30.413215942 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ed7c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5935e0 item 17 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ede40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ede40): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ede40): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ede40): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ede40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.001987633 +0000 UTC m=+30.415483260 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8ede40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab934480): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab934480): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab934480): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab934480): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab934480): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.001987633 +0000 UTC m=+30.415483260 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab934480): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe008c0 item 18 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab934b00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab934b00): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab934b00): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab934b00): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab934b00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.003566879 +0000 UTC m=+30.417062516 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab934b00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935000): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935000): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935000): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935000): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935000): >_readAt: n=2, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935000): _writeAt: size=3, off=7 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935000): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935000): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.003566879 +0000 UTC m=+30.417062516 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935000): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935500): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935500): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935500): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935500): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935500): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.003566879 +0000 UTC m=+30.417062516 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935500): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe00c40 item 19 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935b80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935b80): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935b80): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935b80): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935b80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.005496624 +0000 UTC m=+30.418992251 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab935b80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99e1c0): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99e1c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99e1c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99e1c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99e1c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.005496624 +0000 UTC m=+30.418992251 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99e1c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe01110 item 20 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99e840): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99e840): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99e840): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99e840): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99e840): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.0068463 +0000 UTC m=+30.420341927 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99e840): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99ed40): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99ed40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99ed40): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99ed40): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99ed40): >_readAt: n=2, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99ed40): _writeAt: size=3, off=7 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99ed40): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99ed40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.0068463 +0000 UTC m=+30.420341927 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99ed40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99f240): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99f240): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99f240): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99f240): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99f240): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.0068463 +0000 UTC m=+30.420341927 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99f240): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe01490 item 21 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99f8c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99f8c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99f8c0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99f8c0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99f8c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.008451854 +0000 UTC m=+30.421947482 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99f8c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99fe00): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99fe00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99fe00): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99fe00): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99fe00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.008451854 +0000 UTC m=+30.421947482 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab99fe00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe01ab0 item 22 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4580): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4580): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4580): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4580): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4580): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.009669842 +0000 UTC m=+30.423165469 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4580): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4a80): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4a80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4a80): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4a80): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4a80): >_readAt: n=2, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4a80): _writeAt: size=3, off=7 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4a80): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4a80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.009669842 +0000 UTC m=+30.423165469 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4a80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4f80): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4f80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4f80): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4f80): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4f80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.009669842 +0000 UTC m=+30.423165469 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d4f80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe01e30 item 23 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d5600): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d5600): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d5600): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d5600): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d5600): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.011278554 +0000 UTC m=+30.424774181 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d5600): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d5b40): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d5b40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d5b40): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d5b40): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d5b40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.011278554 +0000 UTC m=+30.424774181 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9d5b40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab59b490 item 24 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0a280): _readAt: size=2, off=0 2026/07/08 05:37:41 ERROR : open-test-file(0x2b47aba0a280): Couldn't read size of file 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0a280): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0a280): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0a280): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0a280): close: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0a280): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0a640): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0a640): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0a640): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0a640): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0a640): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.012553438 +0000 UTC m=+30.426049065 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0a640): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0ab40): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0ab40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0ab40): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0ab40): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0ab40): >_readAt: n=2, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0ab40): _writeAt: size=3, off=7 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0ab40): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0ab40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.012553438 +0000 UTC m=+30.426049065 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0ab40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0b080): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0b080): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0b080): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0b080): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0b080): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.012553438 +0000 UTC m=+30.426049065 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0b080): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab59bb20 item 25 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0b700): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0b700): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0b700): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0b700): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0b700): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.014071891 +0000 UTC m=+30.427567518 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0b700): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0bc40): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0bc40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0bc40): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0bc40): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0bc40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.014071891 +0000 UTC m=+30.427567518 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba0bc40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb82a0 item 26 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2c380): _readAt: size=2, off=0 2026/07/08 05:37:41 ERROR : open-test-file(0x2b47aba2c380): Couldn't read size of file 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2c380): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2c380): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2c380): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2c380): close: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2c380): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2c740): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2c740): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2c740): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2c740): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2c740): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.015769238 +0000 UTC m=+30.429264865 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2c740): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2cc40): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2cc40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2cc40): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2cc40): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2cc40): >_readAt: n=2, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2cc40): _writeAt: size=3, off=7 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2cc40): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2cc40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.015769238 +0000 UTC m=+30.429264865 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2cc40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2d180): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2d180): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2d180): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2d180): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2d180): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.015769238 +0000 UTC m=+30.429264865 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2d180): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb8620 item 27 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2d800): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2d800): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2d800): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2d800): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2d800): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.018225041 +0000 UTC m=+30.431720668 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2d800): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2dd40): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2dd40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2dd40): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2dd40): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2dd40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.018225041 +0000 UTC m=+30.431720668 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba2dd40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb8bd0 item 28 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba62480): _readAt: size=2, off=0 2026/07/08 05:37:41 ERROR : open-test-file(0x2b47aba62480): Couldn't read size of file 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba62480): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba62480): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba62480): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba62480): close: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba62480): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba62840): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba62840): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba62840): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba62840): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba62840): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.019875362 +0000 UTC m=+30.433370988 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba62840): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba62f00): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba62f00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba62f00): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba62f00): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba62f00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.019875362 +0000 UTC m=+30.433370988 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba62f00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb90a0 item 29 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba63580): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba63580): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba63580): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba63580): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba63580): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.021407079 +0000 UTC m=+30.434902705 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba63580): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba63ac0): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba63ac0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba63ac0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba63ac0): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba63ac0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.021407079 +0000 UTC m=+30.434902705 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba63ac0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb9500 item 30 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad0200): _readAt: size=2, off=0 2026/07/08 05:37:41 ERROR : open-test-file(0x2b47abad0200): Couldn't read size of file 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad0200): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad0200): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad0200): >_writeAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad0200): close: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad0200): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad05c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad05c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad05c0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad05c0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad05c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.023013345 +0000 UTC m=+30.436508972 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad05c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad0c80): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad0c80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad0c80): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad0c80): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad0c80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.023013345 +0000 UTC m=+30.436508972 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad0c80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb99d0 item 31 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad1300): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad1300): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad1300): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad1300): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad1300): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.024471875 +0000 UTC m=+30.437967501 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad1300): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad1840): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad1840): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad1840): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad1840): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad1840): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.024471875 +0000 UTC m=+30.437967501 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad1840): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb9d50 item 32 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad1e80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad1e80): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad1e80): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad1e80): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad1e80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.025871153 +0000 UTC m=+30.439366800 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abad1e80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4400): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4400): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4400): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4400): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4400): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02e230 item 33 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4400): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4400): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.026525993 +0000 UTC m=+30.440021620 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4400): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4900): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4900): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4900): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4900): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4900): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.026525993 +0000 UTC m=+30.440021620 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4900): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02e3f0 item 33 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4f40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4f40): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4f40): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4f40): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4f40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.027799686 +0000 UTC m=+30.441295312 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf4f40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf53c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf53c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02e8c0 item 34 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf53c0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf53c0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf53c0): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf53c0): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf53c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.028322938 +0000 UTC m=+30.441818565 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf53c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf5900): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf5900): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf5900): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf5900): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf5900): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.028322938 +0000 UTC m=+30.441818565 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf5900): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02ea80 item 34 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb16040): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb16040): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb16040): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb16040): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb16040): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.02943665 +0000 UTC m=+30.442932287 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb16040): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb164c0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb164c0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb164c0): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb164c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb164c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02eee0 item 35 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb164c0): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb164c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.029842162 +0000 UTC m=+30.443337788 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb164c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb169c0): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb169c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb169c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb169c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb169c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.029842162 +0000 UTC m=+30.443337788 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb169c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02f180 item 35 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17040): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17040): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17040): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17040): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17040): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.031010315 +0000 UTC m=+30.444505942 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17040): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17540): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17540): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02f5e0 item 36 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17540): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17540): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17540): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17540): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17540): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.031480348 +0000 UTC m=+30.444975976 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17540): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17a80): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17a80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17a80): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17a80): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17a80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.031480348 +0000 UTC m=+30.444975976 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb17a80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02f7a0 item 36 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb361c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb361c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb361c0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb361c0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb361c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.032482742 +0000 UTC m=+30.445978369 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb361c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb36640): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb36640): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb36640): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb36640): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb36640): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02fb90 item 37 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb36640): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb36640): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.032944799 +0000 UTC m=+30.446440427 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb36640): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb36b40): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb36b40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb36b40): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb36b40): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb36b40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.032944799 +0000 UTC m=+30.446440427 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb36b40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac0d01c0 item 37 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb371c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb371c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb371c0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb371c0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb371c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.034016191 +0000 UTC m=+30.447511819 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb371c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb376c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb376c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac0d0620 item 38 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb376c0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb376c0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb376c0): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb376c0): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb376c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.034481144 +0000 UTC m=+30.447976772 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb376c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb37c00): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb37c00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb37c00): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb37c00): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb37c00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.034481144 +0000 UTC m=+30.447976772 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb37c00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac0d07e0 item 38 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64380): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64380): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64380): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64380): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64380): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.035526819 +0000 UTC m=+30.449022446 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64380): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64880): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64880): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64880): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64880): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64880): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac0d0bd0 item 39 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64880): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64880): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.035929876 +0000 UTC m=+30.449425503 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64880): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64d80): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64d80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64d80): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64d80): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64d80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.035929876 +0000 UTC m=+30.449425503 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb64d80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac0d0d90 item 39 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65400): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65400): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65400): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65400): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65400): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.037377074 +0000 UTC m=+30.450872701 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65400): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65900): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65900): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac0d1110 item 40 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65900): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65900): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65900): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65900): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65900): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.037895218 +0000 UTC m=+30.451390845 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65900): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65e40): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65e40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65e40): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65e40): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65e40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.037895218 +0000 UTC m=+30.451390845 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb65e40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac0d1500 item 40 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86500): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86500): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86500): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86500): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86500): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86500): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86500): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.038947724 +0000 UTC m=+30.452443351 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86500): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86a00): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86a00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86a00): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac0d1a40 item 41 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86a00): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86a00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.039339681 +0000 UTC m=+30.452835308 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86a00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86ec0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86ec0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86ec0): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86ec0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86ec0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac0d1c00 item 41 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86ec0): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86ec0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.039774517 +0000 UTC m=+30.453270145 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb86ec0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb87400): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb87400): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb87400): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb87400): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb87400): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.039774517 +0000 UTC m=+30.453270145 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb87400): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac0d1dc0 item 41 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb87a40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb87a40): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb87a40): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb87a40): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb87a40): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb87a40): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb87a40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.041157536 +0000 UTC m=+30.454653162 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb87a40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8040): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8040): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8040): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1a460 item 42 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8040): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8040): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.041588885 +0000 UTC m=+30.455084512 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8040): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8580): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8580): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1a620 item 42 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8580): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8580): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8580): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8580): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8580): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.042144769 +0000 UTC m=+30.455640396 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8580): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8b00): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8b00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8b00): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8b00): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8b00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.042144769 +0000 UTC m=+30.455640396 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb8b00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1a7e0 item 42 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9140): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9140): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9140): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9140): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9140): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9140): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9140): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.043254444 +0000 UTC m=+30.456750101 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9140): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9640): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9640): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9640): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1ab60 item 43 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9640): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9640): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.04365201 +0000 UTC m=+30.457147638 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9640): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9b80): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9b80): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9b80): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9b80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9b80): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1ad20 item 43 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9b80): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9b80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.044183118 +0000 UTC m=+30.457678745 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbb9b80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe61c0): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe61c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe61c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe61c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe61c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.044183118 +0000 UTC m=+30.457678745 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe61c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1aee0 item 43 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe6800): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe6800): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe6800): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe6800): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe6800): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe6800): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe6800): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.045524567 +0000 UTC m=+30.459020195 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe6800): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe6d00): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe6d00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe6d00): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1b260 item 44 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe6d00): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe6d00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.046023525 +0000 UTC m=+30.459519152 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe6d00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe7240): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe7240): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1b420 item 44 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe7240): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe7240): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe7240): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe7240): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe7240): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.046546647 +0000 UTC m=+30.460042275 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe7240): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe77c0): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe77c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe77c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe77c0): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe77c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.046546647 +0000 UTC m=+30.460042275 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe77c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1b5e0 item 44 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe7e00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe7e00): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe7e00): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe7e00): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe7e00): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe7e00): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe7e00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.047709151 +0000 UTC m=+30.461204778 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbe7e00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc02400): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc02400): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc02400): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47aba1bc70 item 45 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc02400): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc02400): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.048160268 +0000 UTC m=+30.461655895 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc02400): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc02b00): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc02b00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc02b00): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc02b00): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc02b00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.048160268 +0000 UTC m=+30.461655895 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc02b00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb66070 item 45 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03140): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03140): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03140): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03140): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03140): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03140): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03140): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.049465661 +0000 UTC m=+30.462961287 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03140): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03640): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03640): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03640): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb66460 item 46 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03640): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03640): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.049928509 +0000 UTC m=+30.463424136 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03640): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03d40): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03d40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03d40): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03d40): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03d40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.049928509 +0000 UTC m=+30.463424136 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc03d40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb66700 item 46 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc22480): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc22480): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc22480): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc22480): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc22480): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc22480): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc22480): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.051196562 +0000 UTC m=+30.464692189 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc22480): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc22980): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc22980): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc22980): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb66d90 item 47 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc22980): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc22980): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.051687734 +0000 UTC m=+30.465183361 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc22980): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc23080): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc23080): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc23080): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc23080): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc23080): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.051687734 +0000 UTC m=+30.465183361 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc23080): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb66fc0 item 47 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc236c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc236c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc236c0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc236c0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc236c0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc236c0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc236c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.052975151 +0000 UTC m=+30.466470788 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc236c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc23bc0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc23bc0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc23bc0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb67420 item 48 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc23bc0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc23bc0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.053473799 +0000 UTC m=+30.466969426 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc23bc0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc563c0): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc563c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc563c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc563c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc563c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.053473799 +0000 UTC m=+30.466969426 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc563c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb676c0 item 48 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc56a00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc56a00): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc56a00): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc56a00): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc56a00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.054761917 +0000 UTC m=+30.468257544 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc56a00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc56e80): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc56e80): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc56e80): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc56e80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc56e80): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc56e80): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb67a40 item 49 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc56e80): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc56e80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.055200512 +0000 UTC m=+30.468696139 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc56e80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc573c0): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc573c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc573c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc573c0): >_readAt: n=8, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc573c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.055200512 +0000 UTC m=+30.468696139 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc573c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abb67c00 item 49 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc57a40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc57a40): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc57a40): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc57a40): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc57a40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.056398672 +0000 UTC m=+30.469894299 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc57a40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc72040): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc72040): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc72040): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9ea2a0 item 50 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc72040): _readAt: size=2, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc72040): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc72040): _writeAt: size=3, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc72040): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc72040): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.056880897 +0000 UTC m=+30.470376525 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc72040): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc725c0): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc725c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc725c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc725c0): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc725c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.056880897 +0000 UTC m=+30.470376525 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc725c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9ea540 item 50 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc72c40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc72c40): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc72c40): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc72c40): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc72c40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.057884853 +0000 UTC m=+30.471380481 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc72c40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73140): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73140): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73140): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73140): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73140): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73140): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9eb030 item 51 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73140): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73140): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.058336362 +0000 UTC m=+30.471831988 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73140): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73680): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73680): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73680): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73680): >_readAt: n=8, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73680): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.058336362 +0000 UTC m=+30.471831988 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73680): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9eb3b0 item 51 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73d00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73d00): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73d00): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73d00): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73d00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.059469479 +0000 UTC m=+30.472965106 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc73d00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90300): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90300): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90300): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9eb8f0 item 52 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90300): _readAt: size=2, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90300): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90300): _writeAt: size=3, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90300): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90300): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.059955774 +0000 UTC m=+30.473451401 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90300): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90880): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90880): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90880): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90880): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90880): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.059955774 +0000 UTC m=+30.473451401 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90880): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9ebab0 item 52 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab248240): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab248240): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab248240): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab248240): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab248240): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.062204587 +0000 UTC m=+30.475700214 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab248240): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab248c80): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab248c80): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab248c80): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab248c80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab248c80): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab248c80): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab546540 item 53 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab248c80): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab248c80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.062665423 +0000 UTC m=+30.476161050 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab248c80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249200): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249200): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249200): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249200): >_readAt: n=8, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249200): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.062665423 +0000 UTC m=+30.476161050 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249200): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab546850 item 53 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249880): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249880): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249880): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249880): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249880): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.064003366 +0000 UTC m=+30.477498993 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249880): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249d80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249d80): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249d80): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5475e0 item 54 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249d80): _readAt: size=2, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249d80): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249d80): _writeAt: size=3, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249d80): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249d80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.064508013 +0000 UTC m=+30.478003640 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab249d80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b8a00): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b8a00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b8a00): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b8a00): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b8a00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.064508013 +0000 UTC m=+30.478003640 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b8a00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5478f0 item 54 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b94c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b94c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b94c0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b94c0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b94c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.065701265 +0000 UTC m=+30.479196902 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b94c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b9cc0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b9cc0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b9cc0): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b9cc0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b9cc0): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b9cc0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab547e30 item 55 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b9cc0): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b9cc0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.066210431 +0000 UTC m=+30.479706058 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6b9cc0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90340): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90340): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90340): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90340): >_readAt: n=8, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90340): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.066210431 +0000 UTC m=+30.479706058 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90340): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9e0620 item 55 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90fc0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90fc0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90fc0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90fc0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90fc0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.067573491 +0000 UTC m=+30.481069119 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc90fc0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc914c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc914c0): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc914c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9e0d90 item 56 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc914c0): _readAt: size=2, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc914c0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc914c0): _writeAt: size=3, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc914c0): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc914c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.068118304 +0000 UTC m=+30.481613942 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc914c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc91a40): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc91a40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc91a40): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc91a40): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc91a40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.068118304 +0000 UTC m=+30.481613942 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abc91a40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9e0fc0 item 56 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab5a6940): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab5a6940): open at offset 0 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab5a6940): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab5a6940): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab5a6940): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab5a6940): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab5a6940): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab5a6940): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.069201008 +0000 UTC m=+30.482696635 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab5a6940): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab5a71c0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab5a71c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab5a71c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9e1340 item 57 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab5a71c0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab5a71c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.069565032 +0000 UTC m=+30.483060669 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab5a71c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab4b2880): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab4b2880): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab4b2880): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab4b2880): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab4b2880): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab4b2880): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9e15e0 item 57 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab4b2880): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab4b2880): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.069975434 +0000 UTC m=+30.483471061 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab4b2880): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab4b2f80): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab4b2f80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab4b2f80): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab4b2f80): >_readAt: n=8, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab4b2f80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.069975434 +0000 UTC m=+30.483471061 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab4b2f80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9e19d0 item 57 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac1220c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac1220c0): open at offset 0 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac1220c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac1220c0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac1220c0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac1220c0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac1220c0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac1220c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.071199582 +0000 UTC m=+30.484695209 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac1220c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac122600): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac122600): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac122600): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab9e1d50 item 58 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac122600): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac122600): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.072198388 +0000 UTC m=+30.485694025 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac122600): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac122b40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac122b40): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac122b40): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbe380 item 58 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac122b40): _readAt: size=2, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac122b40): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac122b40): _writeAt: size=3, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac122b40): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac122b40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.072732522 +0000 UTC m=+30.486228148 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac122b40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac123180): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac123180): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac123180): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac123180): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac123180): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.072732522 +0000 UTC m=+30.486228148 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac123180): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbe5b0 item 58 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac1237c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac1237c0): open at offset 0 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac1237c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac1237c0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac1237c0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac1237c0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac1237c0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac1237c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.073825695 +0000 UTC m=+30.487321321 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac1237c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac123d00): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac123d00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac123d00): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbea10 item 59 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac123d00): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac123d00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.074239211 +0000 UTC m=+30.487734838 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ac123d00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67f140): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67f140): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67f140): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67f140): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67f140): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67f140): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbebd0 item 59 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67f140): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67f140): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.074652919 +0000 UTC m=+30.488148546 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67f140): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67f800): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67f800): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67f800): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67f800): >_readAt: n=8, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67f800): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.074652919 +0000 UTC m=+30.488148546 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67f800): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbed90 item 59 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67fe40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67fe40): open at offset 0 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67fe40): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67fe40): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67fe40): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67fe40): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67fe40): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67fe40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.075794594 +0000 UTC m=+30.489290220 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab67fe40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa0480): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa0480): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa0480): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbf180 item 60 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa0480): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa0480): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.076225853 +0000 UTC m=+30.489721480 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa0480): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa09c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa09c0): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa09c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbf340 item 60 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa09c0): _readAt: size=2, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa09c0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa09c0): _writeAt: size=3, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa09c0): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa09c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.076742022 +0000 UTC m=+30.490237650 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa09c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa0f80): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa0f80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa0f80): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa0f80): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa0f80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.076742022 +0000 UTC m=+30.490237650 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa0f80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbf500 item 60 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa1640): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa1640): open at offset 0 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa1640): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa1640): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa1640): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa1640): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa1640): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa1640): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.077915297 +0000 UTC m=+30.491410923 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa1640): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa1b80): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa1b80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa1b80): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbf8f0 item 61 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa1b80): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa1b80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.078336648 +0000 UTC m=+30.491832285 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abfa1b80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b0480): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b0480): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b0480): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b0480): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b0480): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.078336648 +0000 UTC m=+30.491832285 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b0480): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbfab0 item 61 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b0ac0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b0ac0): open at offset 0 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b0ac0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b0ac0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b0ac0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b0ac0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b0ac0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b0ac0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.079501686 +0000 UTC m=+30.492997313 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b0ac0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1000): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1000): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1000): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abdbfe30 item 62 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1000): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1000): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.079900786 +0000 UTC m=+30.493396412 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1000): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1700): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1700): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1700): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1700): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1700): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.079900786 +0000 UTC m=+30.493396412 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1700): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab52eaf0 item 62 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1d40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1d40): open at offset 0 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1d40): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1d40): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1d40): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1d40): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1d40): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1d40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.081246182 +0000 UTC m=+30.494741810 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b1d40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d6380): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d6380): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d6380): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab52f030 item 63 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d6380): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d6380): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.081611239 +0000 UTC m=+30.495106865 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d6380): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d6a80): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d6a80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d6a80): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d6a80): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d6a80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.081611239 +0000 UTC m=+30.495106865 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d6a80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab52f730 item 63 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d70c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d70c0): open at offset 0 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d70c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d70c0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d70c0): >_readAt: n=0, err=Bad file descriptor 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d70c0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d70c0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d70c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.082856166 +0000 UTC m=+30.496351793 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d70c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d7600): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d7600): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d7600): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab58ad20 item 64 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d7600): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d7600): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.083240628 +0000 UTC m=+30.496736275 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d7600): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d7d00): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d7d00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d7d00): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d7d00): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d7d00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.083240628 +0000 UTC m=+30.496736275 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6d7d00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab58af50 item 64 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab712440): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab712440): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab712440): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab712440): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab712440): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.085204147 +0000 UTC m=+30.498699774 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab712440): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7128c0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7128c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7128c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7128c0): >_readAt: n=2, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7128c0): _writeAt: size=3, off=2 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab58b730 item 65 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7128c0): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7128c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.087580029 +0000 UTC m=+30.501075656 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7128c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab712dc0): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab712dc0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab712dc0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab712dc0): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab712dc0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.087580029 +0000 UTC m=+30.501075656 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab712dc0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5384d0 item 65 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713400): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713400): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713400): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713400): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713400): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.088782148 +0000 UTC m=+30.502277774 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713400): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713880): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713880): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab538c40 item 66 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713880): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713880): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713880): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713880): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713880): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.089546804 +0000 UTC m=+30.503042431 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713880): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713dc0): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713dc0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713dc0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713dc0): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713dc0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.089546804 +0000 UTC m=+30.503042431 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab713dc0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab539110 item 66 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7da500): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7da500): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7da500): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7da500): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7da500): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.091439138 +0000 UTC m=+30.504934785 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7da500): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7da980): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7da980): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7da980): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7da980): >_readAt: n=2, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7da980): _writeAt: size=3, off=2 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab539810 item 67 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7da980): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7da980): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.092893439 +0000 UTC m=+30.506389067 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7da980): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dae80): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dae80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dae80): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dae80): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dae80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.092893439 +0000 UTC m=+30.506389067 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dae80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab539a40 item 67 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7db500): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7db500): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7db500): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7db500): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7db500): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.096495465 +0000 UTC m=+30.509991092 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7db500): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dba00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dba00): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab90c230 item 68 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dba00): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dba00): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dba00): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dba00): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dba00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.097202854 +0000 UTC m=+30.510698491 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dba00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618400): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618400): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618400): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618400): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618400): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.097202854 +0000 UTC m=+30.510698491 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618400): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab7ae0e0 item 68 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618a40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618a40): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618a40): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618a40): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618a40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.099186319 +0000 UTC m=+30.512681947 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618a40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618ec0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618ec0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618ec0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618ec0): >_readAt: n=2, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618ec0): _writeAt: size=3, off=2 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab7af880 item 69 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618ec0): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618ec0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.099627879 +0000 UTC m=+30.513123505 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab618ec0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6193c0): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6193c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6193c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6193c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6193c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.099627879 +0000 UTC m=+30.513123505 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab6193c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab7afce0 item 69 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab619a40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab619a40): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab619a40): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab619a40): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab619a40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.100916549 +0000 UTC m=+30.514412176 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab619a40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882040): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882040): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3c3f0 item 70 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882040): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882040): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882040): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882040): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882040): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.101476601 +0000 UTC m=+30.514972228 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882040): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882580): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882580): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882580): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882580): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882580): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.101476601 +0000 UTC m=+30.514972228 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882580): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3c5b0 item 70 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882c00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882c00): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882c00): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882c00): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882c00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.102646809 +0000 UTC m=+30.516142436 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab882c00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883100): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883100): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883100): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883100): >_readAt: n=2, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883100): _writeAt: size=3, off=2 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3ca80 item 71 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883100): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883100): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.103104789 +0000 UTC m=+30.516600416 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883100): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883600): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883600): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883600): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883600): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883600): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.103104789 +0000 UTC m=+30.516600416 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883600): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3cc40 item 71 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883c80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883c80): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883c80): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883c80): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883c80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.104275588 +0000 UTC m=+30.517771216 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab883c80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a8280): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a8280): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3d0a0 item 72 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a8280): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a8280): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a8280): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a8280): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a8280): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.105043761 +0000 UTC m=+30.518539418 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a8280): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a87c0): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a87c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a87c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a87c0): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a87c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.105043761 +0000 UTC m=+30.518539418 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a87c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3d260 item 72 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a8d80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a8d80): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a8d80): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a8d80): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a8d80): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a8d80): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a8d80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.10661374 +0000 UTC m=+30.520109417 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a8d80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a9280): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a9280): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a9280): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3d730 item 73 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a9280): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a9280): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.10739133 +0000 UTC m=+30.520886957 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a9280): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a9740): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a9740): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a9740): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a9740): >_readAt: n=2, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a9740): _writeAt: size=3, off=2 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe3d960 item 73 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a9740): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a9740): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.108070596 +0000 UTC m=+30.521566223 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab8a9740): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dbe80): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dbe80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dbe80): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dbe80): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dbe80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.108070596 +0000 UTC m=+30.521566223 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab7dbe80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab90c3f0 item 73 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9005c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9005c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9005c0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9005c0): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9005c0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9005c0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9005c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.109771972 +0000 UTC m=+30.523267599 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9005c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab900ac0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab900ac0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab900ac0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab90cb60 item 74 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab900ac0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab900ac0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.110334778 +0000 UTC m=+30.523830436 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab900ac0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901000): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901000): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab90ce70 item 74 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901000): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901000): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901000): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901000): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901000): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.110952008 +0000 UTC m=+30.524447655 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901000): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901580): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901580): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901580): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901580): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901580): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.110952008 +0000 UTC m=+30.524447655 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901580): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab90d1f0 item 74 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901bc0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901bc0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901bc0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901bc0): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901bc0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901bc0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901bc0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.112500236 +0000 UTC m=+30.525995873 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab901bc0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9321c0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9321c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9321c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab90d570 item 75 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9321c0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9321c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.113064977 +0000 UTC m=+30.526560644 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9321c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab932700): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab932700): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab932700): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab932700): >_readAt: n=2, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab932700): _writeAt: size=3, off=2 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab90d810 item 75 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab932700): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab932700): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.113751947 +0000 UTC m=+30.527247575 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab932700): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab932c40): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab932c40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab932c40): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab932c40): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab932c40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.113751947 +0000 UTC m=+30.527247575 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab932c40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab90da40 item 75 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933280): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933280): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933280): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933280): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933280): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933280): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933280): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.115455538 +0000 UTC m=+30.528951165 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933280): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933780): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933780): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933780): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab564070 item 76 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933780): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933780): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.1165591 +0000 UTC m=+30.530054727 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933780): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933cc0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933cc0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5643f0 item 76 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933cc0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933cc0): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933cc0): _writeAt: size=3, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933cc0): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933cc0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.117101438 +0000 UTC m=+30.530597066 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab933cc0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982340): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982340): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982340): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982340): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982340): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.117101438 +0000 UTC m=+30.530597066 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982340): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab564930 item 76 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982980): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982980): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982980): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982980): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982980): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982980): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982980): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.118305751 +0000 UTC m=+30.531801388 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982980): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982e80): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982e80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982e80): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5652d0 item 77 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982e80): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982e80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.118689011 +0000 UTC m=+30.532184638 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab982e80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab983580): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab983580): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab983580): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab983580): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab983580): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.118689011 +0000 UTC m=+30.532184638 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab983580): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab565490 item 77 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab983bc0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab983bc0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab983bc0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab983bc0): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab983bc0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab983bc0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab983bc0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.119808613 +0000 UTC m=+30.533304241 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab983bc0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b41c0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b41c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b41c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5658f0 item 78 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b41c0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b41c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.120213684 +0000 UTC m=+30.533709312 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b41c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b48c0): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b48c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b48c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b48c0): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b48c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.120213684 +0000 UTC m=+30.533709312 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b48c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab66c000 item 78 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b4f00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b4f00): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b4f00): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b4f00): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b4f00): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b4f00): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b4f00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.121523445 +0000 UTC m=+30.535019082 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b4f00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b5400): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b5400): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b5400): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab66c5b0 item 79 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b5400): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b5400): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.122304461 +0000 UTC m=+30.535800089 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b5400): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b5b00): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b5b00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b5b00): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b5b00): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b5b00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.122304461 +0000 UTC m=+30.535800089 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9b5b00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab66c850 item 79 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8240): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8240): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8240): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8240): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8240): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8240): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8240): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.123882285 +0000 UTC m=+30.537377912 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8240): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8740): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8740): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8740): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab66d420 item 80 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8740): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8740): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.124361535 +0000 UTC m=+30.537857162 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8740): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8e40): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8e40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8e40): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8e40): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8e40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.124361535 +0000 UTC m=+30.537857162 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f8e40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab66db90 item 80 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9480): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9480): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9480): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9480): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9480): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.125604841 +0000 UTC m=+30.539100468 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9480): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9900): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9900): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9900): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9900): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9900): >_readAt: n=2, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9900): _writeAt: size=3, off=7 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab592230 item 81 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9900): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9900): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.126019198 +0000 UTC m=+30.539514826 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9900): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9e40): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9e40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9e40): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9e40): >_readAt: n=8, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9e40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.126019198 +0000 UTC m=+30.539514826 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47ab9f9e40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5923f0 item 81 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba125c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba125c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba125c0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba125c0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba125c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.127198443 +0000 UTC m=+30.540694071 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba125c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba12ac0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba12ac0): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba12ac0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab592d20 item 82 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba12ac0): _readAt: size=2, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba12ac0): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba12ac0): _writeAt: size=3, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba12ac0): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba12ac0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.127764116 +0000 UTC m=+30.541259743 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba12ac0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba13040): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba13040): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba13040): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba13040): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba13040): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.127764116 +0000 UTC m=+30.541259743 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba13040): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab592ee0 item 82 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba136c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba136c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba136c0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba136c0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba136c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.128800603 +0000 UTC m=+30.542296231 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba136c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba13bc0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba13bc0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba13bc0): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba13bc0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba13bc0): >_readAt: n=2, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba13bc0): _writeAt: size=3, off=7 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab5933b0 item 83 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba13bc0): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba13bc0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.1293745 +0000 UTC m=+30.542870128 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba13bc0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3c200): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3c200): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3c200): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3c200): >_readAt: n=8, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3c200): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.1293745 +0000 UTC m=+30.542870128 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3c200): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab593570 item 83 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3c880): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3c880): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3c880): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3c880): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3c880): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.130456192 +0000 UTC m=+30.543951820 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3c880): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3cd80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3cd80): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3cd80): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe00460 item 84 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3cd80): _readAt: size=2, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3cd80): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3cd80): _writeAt: size=3, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3cd80): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3cd80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.130910045 +0000 UTC m=+30.544405672 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3cd80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3d300): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3d300): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3d300): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3d300): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3d300): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.130910045 +0000 UTC m=+30.544405672 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3d300): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe008c0 item 84 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3d980): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3d980): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3d980): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3d980): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3d980): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.131895296 +0000 UTC m=+30.545390923 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3d980): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3de80): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3de80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3de80): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3de80): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3de80): >_readAt: n=2, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3de80): _writeAt: size=3, off=7 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe00c40 item 85 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3de80): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3de80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.132331185 +0000 UTC m=+30.545826812 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba3de80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba764c0): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba764c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba764c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba764c0): >_readAt: n=8, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba764c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.132331185 +0000 UTC m=+30.545826812 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba764c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe00e00 item 85 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba76b40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba76b40): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba76b40): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba76b40): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba76b40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.133418967 +0000 UTC m=+30.546914594 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba76b40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba77040): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba77040): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba77040): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe01180 item 86 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba77040): _readAt: size=2, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba77040): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba77040): _writeAt: size=3, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba77040): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba77040): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.134209693 +0000 UTC m=+30.547705320 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba77040): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba775c0): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba775c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba775c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba775c0): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba775c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.134209693 +0000 UTC m=+30.547705320 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba775c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe01340 item 86 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba77c40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba77c40): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba77c40): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba77c40): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba77c40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.135359353 +0000 UTC m=+30.548854979 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47aba77c40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4240): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4240): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4240): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4240): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4240): >_readAt: n=2, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4240): _writeAt: size=3, off=7 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe016c0 item 87 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4240): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4240): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.135813936 +0000 UTC m=+30.549309563 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4240): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4780): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4780): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4780): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4780): >_readAt: n=8, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4780): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.135813936 +0000 UTC m=+30.549309563 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4780): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe018f0 item 87 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4e00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4e00): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4e00): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4e00): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4e00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.136982109 +0000 UTC m=+30.550477737 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa4e00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5300): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5300): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5300): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe01c70 item 88 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5300): _readAt: size=2, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5300): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5300): _writeAt: size=3, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5300): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5300): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.137533105 +0000 UTC m=+30.551028732 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5300): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5880): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5880): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5880): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5880): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5880): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.137533105 +0000 UTC m=+30.551028732 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5880): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abe01e30 item 88 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5ec0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5ec0): open at offset 0 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5ec0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5ec0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5ec0): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5ec0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5ec0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5ec0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.138798261 +0000 UTC m=+30.552293928 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaa5ec0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abada500): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abada500): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abada500): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab59b030 item 89 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abada500): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abada500): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.139313349 +0000 UTC m=+30.552808996 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abada500): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadaa40): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadaa40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadaa40): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadaa40): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadaa40): >_readAt: n=2, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadaa40): _writeAt: size=3, off=7 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab59b500 item 89 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadaa40): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadaa40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.140175588 +0000 UTC m=+30.553671215 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadaa40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadafc0): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadafc0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadafc0): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadafc0): >_readAt: n=8, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadafc0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.140175588 +0000 UTC m=+30.553671215 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadafc0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ab59b8f0 item 89 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadb600): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadb600): open at offset 0 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadb600): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadb600): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadb600): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadb600): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadb600): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadb600): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.141437529 +0000 UTC m=+30.554933156 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadb600): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadbb40): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadbb40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadbb40): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb8000 item 90 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadbb40): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadbb40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.141881212 +0000 UTC m=+30.555376839 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abadbb40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6180): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6180): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6180): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb81c0 item 90 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6180): _readAt: size=2, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6180): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6180): _writeAt: size=3, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6180): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6180): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.142495406 +0000 UTC m=+30.555991043 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6180): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6740): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6740): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6740): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6740): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6740): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.142495406 +0000 UTC m=+30.555991043 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6740): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb8380 item 90 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6d80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6d80): open at offset 0 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6d80): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6d80): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6d80): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6d80): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6d80): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6d80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.143758729 +0000 UTC m=+30.557254355 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf6d80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf72c0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf72c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf72c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb8700 item 91 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf72c0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf72c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.144202942 +0000 UTC m=+30.557698589 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf72c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf7800): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf7800): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf7800): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf7800): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf7800): >_readAt: n=2, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf7800): _writeAt: size=3, off=7 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb88c0 item 91 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf7800): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf7800): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.144792731 +0000 UTC m=+30.558288358 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf7800): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf7d80): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf7d80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf7d80): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf7d80): >_readAt: n=8, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf7d80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.144792731 +0000 UTC m=+30.558288358 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abaf7d80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb8a80 item 91 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1a4c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1a4c0): open at offset 0 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1a4c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1a4c0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1a4c0): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1a4c0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1a4c0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1a4c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.1461712 +0000 UTC m=+30.559666827 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1a4c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1aa00): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1aa00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1aa00): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb8fc0 item 92 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1aa00): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1aa00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.146563016 +0000 UTC m=+30.560058673 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1aa00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1af40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1af40): open at offset 5 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1af40): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb91f0 item 92 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1af40): _readAt: size=2, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1af40): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1af40): _writeAt: size=3, off=5 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1af40): >_writeAt: n=3, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1af40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.1471613 +0000 UTC m=+30.560656927 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1af40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1b500): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1b500): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1b500): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1b500): >_readAt: n=3, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1b500): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.1471613 +0000 UTC m=+30.560656927 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1b500): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb9490 item 92 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1bb40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1bb40): open at offset 0 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1bb40): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1bb40): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1bb40): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1bb40): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1bb40): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1bb40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.148354911 +0000 UTC m=+30.561850538 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb1bb40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb34180): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb34180): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb34180): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb9960 item 93 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb34180): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb34180): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.148819684 +0000 UTC m=+30.562315312 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb34180): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb34880): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb34880): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb34880): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb34880): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb34880): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.148819684 +0000 UTC m=+30.562315312 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb34880): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47abfb9b20 item 93 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8c440): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8c440): open at offset 0 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8c440): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8c440): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8c440): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8c440): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8c440): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8c440): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.151253275 +0000 UTC m=+30.564748902 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8c440): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8c980): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8c980): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8c980): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02e230 item 94 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8c980): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8c980): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.151683023 +0000 UTC m=+30.565178650 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8c980): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8d080): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8d080): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8d080): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8d080): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8d080): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.151683023 +0000 UTC m=+30.565178650 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8d080): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02e3f0 item 94 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8d6c0): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8d6c0): open at offset 0 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8d6c0): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8d6c0): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8d6c0): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8d6c0): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8d6c0): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8d6c0): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.152963848 +0000 UTC m=+30.566459476 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8d6c0): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8dc00): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8dc00): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8dc00): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02e8c0 item 95 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8dc00): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8dc00): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.153414595 +0000 UTC m=+30.566910222 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abb8dc00): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2400): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2400): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2400): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2400): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2400): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.153414595 +0000 UTC m=+30.566910222 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2400): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02ea80 item 95 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2a40): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2a40): open at offset 0 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2a40): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2a40): _readAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2a40): >_readAt: n=0, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2a40): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2a40): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2a40): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.154592958 +0000 UTC m=+30.568088585 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2a40): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2f80): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2f80): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2f80): >openPending: err= 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02eee0 item 96 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2f80): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2f80): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.155239192 +0000 UTC m=+30.568734819 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc2f80): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/08 05:37:41 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:41 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/08 05:37:41 DEBUG : open-test-file: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc3680): _readAt: size=512, off=0 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc3680): openPending: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc3680): >openPending: err= 2026/07/08 05:37:41 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc3680): >_readAt: n=5, err=EOF 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc3680): close: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-08 05:37:41.155239192 +0000 UTC m=+30.568734819 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : open-test-file(0x2b47abbc3680): >close: err= 2026/07/08 05:37:41 DEBUG : open-test-file: Remove: 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2b47ac02f180 item 96 2026/07/08 05:37:41 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/08 05:37:41 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/08 05:37:41 DEBUG : open-test-file: >Remove: err= 2026/07/08 05:37:41 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:41 DEBUG : Looking for writers 2026/07/08 05:37:41 DEBUG : >WaitForWriters: 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.38s) --- PASS: TestRWFileHandleOpenTests/writes (0.19s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.19s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:41 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:41 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : file1: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : file1(0x2b47abb34b80): openPending: 2026/07/08 05:37:41 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:41 DEBUG : file1(0x2b47abb34b80): >openPending: err= 2026/07/08 05:37:41 DEBUG : file1: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:41 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/08 05:37:41 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/08 05:37:41 DEBUG : file1(0x2b47abb34b80): _writeAt: size=2, off=0 2026/07/08 05:37:41 DEBUG : file1(0x2b47abb34b80): >_writeAt: n=2, err= 2026/07/08 05:37:41 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/08 05:37:41 DEBUG : file1(0x2b47abb34b80): RWFileHandle.Flush 2026/07/08 05:37:41 DEBUG : file1(0x2b47abb34b80): RWFileHandle.Release 2026/07/08 05:37:41 DEBUG : file1(0x2b47abb34b80): close: 2026/07/08 05:37:41 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/08 05:37:41 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : file1(0x2b47abb34b80): >close: err= 2026/07/08 05:37:41 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:41 DEBUG : Looking for writers 2026/07/08 05:37:41 DEBUG : file1: reading active writers 2026/07/08 05:37:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/08 05:37:41 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-zokewob5gequ/dir/file1: no such file or directory 2026/07/08 05:37:41 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-zokewob5gequ/dir/file1: no such file or directory 2026/07/08 05:37:41 DEBUG : Looking for writers 2026/07/08 05:37:41 DEBUG : file1: reading active writers 2026/07/08 05:37:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/08 05:37:41 DEBUG : Looking for writers 2026/07/08 05:37:41 DEBUG : file1: reading active writers 2026/07/08 05:37:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/08 05:37:41 DEBUG : Looking for writers 2026/07/08 05:37:41 DEBUG : file1: reading active writers 2026/07/08 05:37:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/08 05:37:41 DEBUG : file1: vfs cache: starting upload 2026/07/08 05:37:41 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1.a0a9169e.partial" 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1.a0a9169e.partial 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1.a0a9169e.partial" 2026/07/08 05:37:41 DEBUG : Looking for writers 2026/07/08 05:37:41 DEBUG : file1: reading active writers 2026/07/08 05:37:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-zokewob5gequ/file1.a0a9169e.partial 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:41 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/08 05:37:41 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/08 05:37:41 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/07/08 05:37:41 INFO : file1: Copied (new) 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:41 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/08 05:37:41 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/07/08 05:37:41 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/08 05:37:41 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:41 INFO : file1: vfs cache: upload succeeded try #1 2026/07/08 05:37:41 DEBUG : Looking for writers 2026/07/08 05:37:41 DEBUG : file1: reading active writers 2026/07/08 05:37:41 DEBUG : >WaitForWriters: 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:41 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-zokewob5gequ/dir/file1: no such file or directory 2026/07/08 05:37:41 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-zokewob5gequ/dir/file1: no such file or directory 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:41 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:41 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/07/08 05:37:41 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:41 DEBUG : Looking for writers 2026/07/08 05:37:41 DEBUG : file1: reading active writers 2026/07/08 05:37:41 DEBUG : >WaitForWriters: 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.52s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:41 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:41 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:41 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:41 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:41 DEBUG : rename_me: newRWFileHandle: 2026/07/08 05:37:41 DEBUG : rename_me(0x2b47abd20200): openPending: 2026/07/08 05:37:41 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/08 05:37:41 DEBUG : rename_me(0x2b47abd20200): >openPending: err= 2026/07/08 05:37:41 DEBUG : rename_me: >newRWFileHandle: err= 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/08 05:37:41 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/07/08 05:37:41 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/07/08 05:37:41 DEBUG : rename_me(0x2b47abd20200): _writeAt: size=5, off=0 2026/07/08 05:37:41 DEBUG : rename_me(0x2b47abd20200): >_writeAt: n=5, err= 2026/07/08 05:37:41 DEBUG : rename_me(0x2b47abd20200): close: 2026/07/08 05:37:41 DEBUG : rename_me: vfs cache: setting modification time to 2026-07-08 05:37:41.684320964 +0000 UTC m=+31.097816591 2026/07/08 05:37:41 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/07/08 05:37:41 DEBUG : rename_me(0x2b47abd20200): >close: err= 2026/07/08 05:37:41 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/07/08 05:37:41 DEBUG : i_was_renamed: Updating file with 0x2b47abd22ea0 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/08 05:37:41 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:41 DEBUG : Looking for writers 2026/07/08 05:37:41 DEBUG : i_was_renamed: reading active writers 2026/07/08 05:37:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/08 05:37:41 DEBUG : Looking for writers 2026/07/08 05:37:41 DEBUG : i_was_renamed: reading active writers 2026/07/08 05:37:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/08 05:37:41 DEBUG : Looking for writers 2026/07/08 05:37:41 DEBUG : i_was_renamed: reading active writers 2026/07/08 05:37:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/08 05:37:41 DEBUG : Looking for writers 2026/07/08 05:37:41 DEBUG : i_was_renamed: reading active writers 2026/07/08 05:37:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/08 05:37:41 DEBUG : i_was_renamed: vfs cache: starting upload 2026/07/08 05:37:41 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-zokewob5gequ/dir/file1: no such file or directory 2026/07/08 05:37:41 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-zokewob5gequ/dir/file1: no such file or directory 2026/07/08 05:37:41 DEBUG : i_was_renamed.29ea309e.partial: size = 5 OK 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/i_was_renamed.29ea309e.partial" 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/i_was_renamed.29ea309e.partial 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/i_was_renamed.29ea309e.partial" 2026/07/08 05:37:41 DEBUG : Looking for writers 2026/07/08 05:37:41 DEBUG : i_was_renamed: reading active writers 2026/07/08 05:37:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zokewob5gequ/i_was_renamed.29ea309e.partial 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:41 DEBUG : i_was_renamed.29ea309e.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/08 05:37:41 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/08 05:37:41 DEBUG : i_was_renamed.29ea309e.partial: renamed to: i_was_renamed 2026/07/08 05:37:41 INFO : i_was_renamed: Copied (new) 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/i_was_renamed" 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/i_was_renamed 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/i_was_renamed" 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zokewob5gequ/i_was_renamed 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:41 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/08 05:37:41 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-07-08 05:37:41 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/08 05:37:41 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/07/08 05:37:41 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/08 05:37:41 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/07/08 05:37:41 DEBUG : Looking for writers 2026/07/08 05:37:41 DEBUG : i_was_renamed: reading active writers 2026/07/08 05:37:41 DEBUG : >WaitForWriters: 2026/07/08 05:37:41 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:42 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/08 05:37:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-zokewob5gequ" 2026/07/08 05:37:42 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:42 DEBUG : forgetting directory cache 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate(0x2b47ab5a6940): _readAt: size=512, off=0 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate(0x2b47ab5a6940): openPending: 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-08 04:38:42 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/08 05:37:42 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate(0x2b47ab5a6940): >openPending: err= 2026/07/08 05:37:42 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate(0x2b47ab5a6940): >_readAt: n=20, err=EOF 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate(0x2b47ab5a6940): close: 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-08 04:38:42 +0000 UTC 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate(0x2b47ab5a6940): >close: err= 2026/07/08 05:37:42 DEBUG : Re-reading directory (103.114988ms old) 2026/07/08 05:37:42 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:42 DEBUG : forgetting directory cache 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate(0x2b47ab5a7000): _readAt: size=512, off=0 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate(0x2b47ab5a7000): openPending: 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-08 04:39:42 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-07-08 04:38:42 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-08 04:39:42 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-07-08 04:38:42 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/07/08 05:37:42 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/08 05:37:42 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate(0x2b47ab5a7000): >openPending: err= 2026/07/08 05:37:42 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate(0x2b47ab5a7000): >_readAt: n=20, err=EOF 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate(0x2b47ab5a7000): close: 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-08 04:39:42 +0000 UTC 2026/07/08 05:37:42 DEBUG : TestRWCacheUpdate(0x2b47ab5a7000): >close: err= 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:42 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:43 DEBUG : forgetting directory cache 2026/07/08 05:37:43 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate(0x2b47abd212c0): _readAt: size=512, off=0 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate(0x2b47abd212c0): openPending: 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-08 04:40:42 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-07-08 04:39:42 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-08 04:40:42 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-07-08 04:39:42 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/07/08 05:37:43 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/08 05:37:43 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate(0x2b47abd212c0): >openPending: err= 2026/07/08 05:37:43 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate(0x2b47abd212c0): >_readAt: n=20, err=EOF 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate(0x2b47abd212c0): close: 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-08 04:40:42 +0000 UTC 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate(0x2b47abd212c0): >close: err= 2026/07/08 05:37:43 DEBUG : Re-reading directory (100.627997ms old) 2026/07/08 05:37:43 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:43 DEBUG : forgetting directory cache 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate(0x2b47ab6b9c80): _readAt: size=512, off=0 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate(0x2b47ab6b9c80): openPending: 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-08 04:41:42 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-07-08 04:40:42 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-08 04:41:42 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-07-08 04:40:42 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/07/08 05:37:43 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/08 05:37:43 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate(0x2b47ab6b9c80): >openPending: err= 2026/07/08 05:37:43 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate(0x2b47ab6b9c80): >_readAt: n=20, err=EOF 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate(0x2b47ab6b9c80): close: 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-08 04:41:42 +0000 UTC 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate(0x2b47ab6b9c80): >close: err= 2026/07/08 05:37:43 DEBUG : Re-reading directory (101.55594ms old) 2026/07/08 05:37:43 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:43 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:43 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/07/08 05:37:44 DEBUG : forgetting directory cache 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate(0x2b47ac1222c0): _readAt: size=512, off=0 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate(0x2b47ac1222c0): openPending: 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-08 04:42:42 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-07-08 04:41:42 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-08 04:42:42 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-07-08 04:41:42 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/07/08 05:37:44 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/08 05:37:44 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate(0x2b47ac1222c0): >openPending: err= 2026/07/08 05:37:44 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate(0x2b47ac1222c0): >_readAt: n=20, err=EOF 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate(0x2b47ac1222c0): close: 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-08 04:42:42 +0000 UTC 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate(0x2b47ac1222c0): >close: err= 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:44 DEBUG : forgetting directory cache 2026/07/08 05:37:44 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate(0x2b47ab9b0180): _readAt: size=512, off=0 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate(0x2b47ab9b0180): openPending: 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-08 04:43:42 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-07-08 04:42:42 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-08 04:43:42 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-07-08 04:42:42 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/07/08 05:37:44 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/08 05:37:44 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate(0x2b47ab9b0180): >openPending: err= 2026/07/08 05:37:44 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate(0x2b47ab9b0180): >_readAt: n=20, err=EOF 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate(0x2b47ab9b0180): close: 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-08 04:43:42 +0000 UTC 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate(0x2b47ab9b0180): >close: err= 2026/07/08 05:37:44 DEBUG : Re-reading directory (102.51996ms old) 2026/07/08 05:37:44 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:44 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:44 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/07/08 05:37:45 DEBUG : forgetting directory cache 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate(0x2b47abfa0c00): _readAt: size=512, off=0 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate(0x2b47abfa0c00): openPending: 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-07-08 04:44:42 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-07-08 04:43:42 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-07-08 04:44:42 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-07-08 04:43:42 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/07/08 05:37:45 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/07/08 05:37:45 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate(0x2b47abfa0c00): >openPending: err= 2026/07/08 05:37:45 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate(0x2b47abfa0c00): >_readAt: n=21, err=EOF 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate(0x2b47abfa0c00): close: 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-08 04:44:42 +0000 UTC 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate(0x2b47abfa0c00): >close: err= 2026/07/08 05:37:45 DEBUG : Re-reading directory (102.049668ms old) 2026/07/08 05:37:45 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/07/08 05:37:45 DEBUG : forgetting directory cache 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate(0x2b47abfa1600): _readAt: size=512, off=0 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate(0x2b47abfa1600): openPending: 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-07-08 04:45:42 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-07-08 04:44:42 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-07-08 04:45:42 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-07-08 04:44:42 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/07/08 05:37:45 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/07/08 05:37:45 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate(0x2b47abfa1600): >openPending: err= 2026/07/08 05:37:45 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate(0x2b47abfa1600): >_readAt: n=22, err=EOF 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate(0x2b47abfa1600): close: 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-08 04:45:42 +0000 UTC 2026/07/08 05:37:45 DEBUG : TestRWCacheUpdate(0x2b47abfa1600): >close: err= 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:45 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:46 DEBUG : forgetting directory cache 2026/07/08 05:37:46 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate(0x2b47ab8a8180): _readAt: size=512, off=0 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate(0x2b47ab8a8180): openPending: 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-07-08 04:46:42 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-07-08 04:45:42 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-07-08 04:46:42 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-07-08 04:45:42 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/07/08 05:37:46 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/07/08 05:37:46 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate(0x2b47ab8a8180): >openPending: err= 2026/07/08 05:37:46 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate(0x2b47ab8a8180): >_readAt: n=23, err=EOF 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate(0x2b47ab8a8180): close: 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-08 04:46:42 +0000 UTC 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate(0x2b47ab8a8180): >close: err= 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:46 DEBUG : forgetting directory cache 2026/07/08 05:37:46 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate(0x2b47abbc2100): _readAt: size=512, off=0 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate(0x2b47abbc2100): openPending: 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/TestRWCacheUpdate" 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-zokewob5gequ/TestRWCacheUpdate 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-07-08 04:47:42 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-07-08 04:46:42 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-07-08 04:47:42 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-07-08 04:46:42 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/07/08 05:37:46 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/07/08 05:37:46 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate(0x2b47abbc2100): >openPending: err= 2026/07/08 05:37:46 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate(0x2b47abbc2100): >_readAt: n=24, err=EOF 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate(0x2b47abbc2100): close: 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-08 04:47:42 +0000 UTC 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate(0x2b47abbc2100): >close: err= 2026/07/08 05:37:46 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:46 DEBUG : Looking for writers 2026/07/08 05:37:46 DEBUG : TestRWCacheUpdate: reading active writers 2026/07/08 05:37:46 DEBUG : >WaitForWriters: 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (4.86s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/FiLeA" 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/FiLeA 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/FiLeA" 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-zokewob5gequ/FiLeA 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:46 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/FiLeA" 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/FiLeA 2026/07/08 05:37:46 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/FiLeA" 2026/07/08 05:37:46 DEBUG : forgetting directory cache 2026/07/08 05:37:46 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-zokewob5gequ/FiLeA 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:47 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/FiLeB" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/FiLeB 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/FiLeB" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-zokewob5gequ/FiLeB 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:47 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/FiLeB" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/FiLeB 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/FiLeB" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-zokewob5gequ/FiLeB 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:47 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/08 05:37:47 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:47 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:47 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:47 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/08 05:37:47 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/08 05:37:47 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/08 05:37:47 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:47 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/FiLeA" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/FiLeA 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/FiLeA" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-zokewob5gequ/FiLeA 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:47 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/08 05:37:47 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:47 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/08 05:37:47 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/08 05:37:47 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/08 05:37:47 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:47 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/FiLeA" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/FiLeA 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/FiLeA" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-zokewob5gequ/FiLeA 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:47 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/08 05:37:47 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:47 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/08 05:37:47 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/08 05:37:47 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/08 05:37:47 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:47 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:47 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:47 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/08 05:37:47 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/08 05:37:47 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/08 05:37:47 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:47 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/FiLeB" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/FiLeB 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/FiLeB" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-zokewob5gequ/FiLeB 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:47 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/08 05:37:47 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:47 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/08 05:37:47 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/08 05:37:47 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/08 05:37:47 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:47 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/FilEb" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/FilEb 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/FilEb" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-zokewob5gequ/FilEb 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:47 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/FiLeA" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/FiLeA 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/FiLeA" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-zokewob5gequ/FiLeA 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:47 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/FiLeA" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/FiLeA 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/FiLeA" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-zokewob5gequ/FiLeA 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:47 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/FiLeB" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/FiLeB 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/FiLeB" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-zokewob5gequ/FiLeB 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:47 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/FiLeB" 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/FiLeB 2026/07/08 05:37:47 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/FiLeB" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-zokewob5gequ/FiLeB 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:48 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/FilEb" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/FilEb 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/FilEb" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-zokewob5gequ/FilEb 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:48 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/FilEb" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/FilEb 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/FilEb" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-zokewob5gequ/FilEb 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:48 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/07/08 05:37:48 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:48 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/08 05:37:48 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/08 05:37:48 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/08 05:37:48 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:48 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:48 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:48 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/08 05:37:48 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/08 05:37:48 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/07/08 05:37:48 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:48 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:48 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:48 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/08 05:37:48 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/08 05:37:48 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/07/08 05:37:48 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:48 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:48 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:48 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/08 05:37:48 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/08 05:37:48 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/07/08 05:37:48 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:48 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:48 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:48 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/08 05:37:48 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/08 05:37:48 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/08 05:37:48 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:48 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/FiLeB" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/FiLeB 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/FiLeB" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-zokewob5gequ/FiLeB 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:48 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/08 05:37:48 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:48 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/08 05:37:48 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/08 05:37:48 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/08 05:37:48 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:48 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/FilEb" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/FilEb 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/FilEb" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-zokewob5gequ/FilEb 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:48 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/08 05:37:48 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:48 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/08 05:37:48 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/08 05:37:48 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:48 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/08 05:37:48 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/08 05:37:48 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:48 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/08 05:37:48 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/08 05:37:48 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/08 05:37:48 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:48 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:48 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:48 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:48 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:48 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:48 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:48 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:48 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:48 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/08 05:37:48 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/08 05:37:48 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/08 05:37:48 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:48 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:48 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:48 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/08 05:37:48 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/08 05:37:48 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/08 05:37:48 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:48 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:48 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:48 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:48 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:48 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:48 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:48 DEBUG : Looking for writers 2026/07/08 05:37:48 DEBUG : FiLeA: reading active writers 2026/07/08 05:37:48 DEBUG : FiLeB: reading active writers 2026/07/08 05:37:48 DEBUG : FilEb: reading active writers 2026/07/08 05:37:48 DEBUG : >WaitForWriters: 2026/07/08 05:37:48 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:48 DEBUG : Looking for writers 2026/07/08 05:37:48 DEBUG : FiLeA: reading active writers 2026/07/08 05:37:48 DEBUG : FiLeB: reading active writers 2026/07/08 05:37:48 DEBUG : FilEb: reading active writers 2026/07/08 05:37:48 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.52s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/normal name with no special characters.txt" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/normal\ name\ with\ no\ special\ characters.txt 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/normal\ name\ with\ no\ special\ characters.txt" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-zokewob5gequ/normal name with no special characters.txt 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:48 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/normal name with no special characters.txt" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/normal\ name\ with\ no\ special\ characters.txt 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/normal\ name\ with\ no\ special\ characters.txt" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-zokewob5gequ/normal name with no special characters.txt 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:48 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/測試_Русский___ě_áñ" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/測試_Русский___ě_áñ 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/測試_Русский___ě_áñ" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-zokewob5gequ/測試_Русский___ě_áñ 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:48 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/測試_Русский___ě_áñ" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/測試_Русский___ě_áñ 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/測試_Русский___ě_áñ" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-zokewob5gequ/測試_Русский___ě_áñ 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:48 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/08 05:37:48 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:48 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:48 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/08 05:37:48 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/08 05:37:48 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/08 05:37:48 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:48 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/normal name with no special characters.txt" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/normal\ name\ with\ no\ special\ characters.txt 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/normal\ name\ with\ no\ special\ characters.txt" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-zokewob5gequ/normal name with no special characters.txt 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:48 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/08 05:37:48 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:48 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/07/08 05:37:48 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/07/08 05:37:48 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/07/08 05:37:48 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:48 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/測試_Русский___ě_áñ" 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/測試_Русский___ě_áñ 2026/07/08 05:37:48 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/測試_Русский___ě_áñ" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-zokewob5gequ/測試_Русский___ě_áñ 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:49 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/08 05:37:49 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:49 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/08 05:37:49 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/08 05:37:49 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/08 05:37:49 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:49 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:49 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:49 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:49 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:49 DEBUG : Looking for writers 2026/07/08 05:37:49 DEBUG : normal name with no special characters.txt: reading active writers 2026/07/08 05:37:49 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/07/08 05:37:49 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.62s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:49 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Reusing VFS from active cache 2026/07/08 05:37:49 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:49 DEBUG : Looking for writers 2026/07/08 05:37:49 DEBUG : >WaitForWriters: 2026/07/08 05:37:49 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:49 DEBUG : Looking for writers 2026/07/08 05:37:49 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:49 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:49 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:49 DEBUG : Looking for writers 2026/07/08 05:37:49 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:49 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:49 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:49 DEBUG : Looking for writers 2026/07/08 05:37:49 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:49 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:49 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:49 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:49 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:49 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/08 05:37:49 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:49 DEBUG : dir: Looking for writers 2026/07/08 05:37:49 DEBUG : file2: reading active writers 2026/07/08 05:37:49 DEBUG : Looking for writers 2026/07/08 05:37:49 DEBUG : dir: reading active writers 2026/07/08 05:37:49 DEBUG : file1: reading active writers 2026/07/08 05:37:49 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.36s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:49 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:49 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:49 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:49 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:49 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/08 05:37:49 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:49 DEBUG : dir: Looking for writers 2026/07/08 05:37:49 DEBUG : Looking for writers 2026/07/08 05:37:49 DEBUG : dir: reading active writers 2026/07/08 05:37:49 DEBUG : file1: reading active writers 2026/07/08 05:37:49 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.41s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:49 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:49 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:49 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:49 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:50 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:50 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/08 05:37:50 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:50 DEBUG : file1: Open: flags=O_RDONLY 2026/07/08 05:37:50 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/08 05:37:50 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/08 05:37:50 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:50 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/07/08 05:37:50 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/08 05:37:50 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:50 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:50 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:50 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/08 05:37:50 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/07/08 05:37:50 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/07/08 05:37:50 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: File to upload is small (0 bytes), uploading instead of streaming 2026/07/08 05:37:50 DEBUG : dir/new_file.txt: size = 0 OK 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/new_file.txt" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/new_file.txt 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/new_file.txt" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zokewob5gequ/dir/new_file.txt 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:50 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/08 05:37:50 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/08 05:37:50 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/07/08 05:37:50 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/08 05:37:50 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:50 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/08 05:37:50 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:50 DEBUG : dir: Looking for writers 2026/07/08 05:37:50 DEBUG : new_file.txt: reading active writers 2026/07/08 05:37:50 DEBUG : file2: reading active writers 2026/07/08 05:37:50 DEBUG : Looking for writers 2026/07/08 05:37:50 DEBUG : dir: reading active writers 2026/07/08 05:37:50 DEBUG : file1: reading active writers 2026/07/08 05:37:50 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.51s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:50 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:50 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file2" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-zokewob5gequ/dir/file2 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:50 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/08 05:37:50 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/07/08 05:37:50 DEBUG : dir/file1: Updating file with dir/file1 0x2b47ab81e9c0 2026/07/08 05:37:50 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/08 05:37:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:50 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/dir/file1" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-zokewob5gequ/dir/file1 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:50 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/08 05:37:50 INFO : dir/file1: Moved (server-side) to: file0 2026/07/08 05:37:50 DEBUG : file0: Updating file with file0 0x2b47ab81e9c0 2026/07/08 05:37:50 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/08 05:37:50 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file0" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file0 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file0" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-zokewob5gequ/file0 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:50 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file0" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/file0 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/file0" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-zokewob5gequ/file0 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:50 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/08 05:37:50 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:50 DEBUG : dir: Looking for writers 2026/07/08 05:37:50 DEBUG : Looking for writers 2026/07/08 05:37:50 DEBUG : file0: reading active writers 2026/07/08 05:37:50 DEBUG : dir: reading active writers 2026/07/08 05:37:50 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.60s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:50 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Server has VFS statistics extension 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: About path "/rclone-test-zokewob5gequ" 2026/07/08 05:37:50 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:50 DEBUG : Looking for writers 2026/07/08 05:37:50 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.00s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:50 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:50 DEBUG : Added virtual directory entry vAddDir: "/" 2026/07/08 05:37:50 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/08 05:37:50 DEBUG : Added virtual directory entry vAddDir: "b" 2026/07/08 05:37:50 DEBUG : Added virtual directory entry vAddDir: "c" 2026/07/08 05:37:50 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/08 05:37:51 DEBUG : Added virtual directory entry vAddDir: "d" 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/08 05:37:51 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:51 DEBUG : c: Looking for writers 2026/07/08 05:37:51 DEBUG : d: Looking for writers 2026/07/08 05:37:51 DEBUG : Looking for writers 2026/07/08 05:37:51 DEBUG : a: Looking for writers 2026/07/08 05:37:51 DEBUG : b: Looking for writers 2026/07/08 05:37:51 DEBUG : Looking for writers 2026/07/08 05:37:51 DEBUG : a: reading active writers 2026/07/08 05:37:51 DEBUG : b: reading active writers 2026/07/08 05:37:51 DEBUG : c: reading active writers 2026/07/08 05:37:51 DEBUG : d: reading active writers 2026/07/08 05:37:51 DEBUG : /: reading active writers 2026/07/08 05:37:51 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.22s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:51 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:51 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/08 05:37:51 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/07/08 05:37:51 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/07/08 05:37:51 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/07/08 05:37:51 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:51 DEBUG : a/b/c/d: Looking for writers 2026/07/08 05:37:51 DEBUG : a/b/c: Looking for writers 2026/07/08 05:37:51 DEBUG : d: reading active writers 2026/07/08 05:37:51 DEBUG : a/b: Looking for writers 2026/07/08 05:37:51 DEBUG : c: reading active writers 2026/07/08 05:37:51 DEBUG : a: Looking for writers 2026/07/08 05:37:51 DEBUG : b: reading active writers 2026/07/08 05:37:51 DEBUG : Looking for writers 2026/07/08 05:37:51 DEBUG : a: reading active writers 2026/07/08 05:37:51 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.03s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:51 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:51 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:51 DEBUG : Looking for writers 2026/07/08 05:37:51 DEBUG : >WaitForWriters: --- PASS: TestVFSIsMetadataFile (0.00s) === RUN TestWriteFileHandleReadonly write_test.go:38: Skipping test on non local remote --- SKIP: TestWriteFileHandleReadonly (0.00s) === RUN TestWriteFileHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:51 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:51 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:51 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:51 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/08 05:37:51 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/08 05:37:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:51 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/08 05:37:51 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/08 05:37:51 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: File to upload is small (5 bytes), uploading instead of streaming 2026/07/08 05:37:51 DEBUG : file1: size = 5 OK 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:51 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/08 05:37:51 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/08 05:37:51 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/08 05:37:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:51 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:51 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/08 05:37:51 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:51 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:51 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/08 05:37:51 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/08 05:37:51 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:51 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:51 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/08 05:37:51 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/08 05:37:51 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/07/08 05:37:51 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/08 05:37:51 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/08 05:37:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:51 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/08 05:37:51 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/08 05:37:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: File to upload is small (0 bytes), uploading instead of streaming 2026/07/08 05:37:51 DEBUG : file1: size = 0 OK 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:51 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/08 05:37:51 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/08 05:37:51 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/08 05:37:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:51 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/08 05:37:51 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/08 05:37:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:51 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/08 05:37:51 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/08 05:37:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: File to upload is small (7 bytes), uploading instead of streaming 2026/07/08 05:37:51 DEBUG : file1: size = 7 OK 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:51 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:51 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/07/08 05:37:51 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/07/08 05:37:51 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/08 05:37:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:51 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:51 DEBUG : Looking for writers 2026/07/08 05:37:51 DEBUG : file1: reading active writers 2026/07/08 05:37:51 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.50s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:51 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:51 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:51 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:51 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/08 05:37:51 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/08 05:37:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:51 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/07/08 05:37:52 DEBUG : file1: aborting in-sequence write wait, off=100 2026/07/08 05:37:52 DEBUG : file1: failed to wait for in-sequence write to 100 2026/07/08 05:37:52 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: File to upload is small (11 bytes), uploading instead of streaming 2026/07/08 05:37:52 DEBUG : file1: size = 11 OK 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:52 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/08 05:37:52 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/08 05:37:52 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/08 05:37:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:52 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:52 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:52 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/08 05:37:52 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:52 DEBUG : Looking for writers 2026/07/08 05:37:52 DEBUG : file1: reading active writers 2026/07/08 05:37:52 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.30s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:52 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:52 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:52 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:52 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/08 05:37:52 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/08 05:37:52 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/07/08 05:37:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: File to upload is small (5 bytes), uploading instead of streaming 2026/07/08 05:37:52 DEBUG : file1: size = 5 OK 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:52 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:53 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/08 05:37:53 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/08 05:37:53 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/08 05:37:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:53 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/07/08 05:37:53 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:53 DEBUG : Looking for writers 2026/07/08 05:37:53 DEBUG : file1: reading active writers 2026/07/08 05:37:53 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.07s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:53 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:53 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:53 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:53 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/08 05:37:53 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/08 05:37:53 DEBUG : file1: WriteFileHandle.Release closing 2026/07/08 05:37:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: File to upload is small (0 bytes), uploading instead of streaming 2026/07/08 05:37:53 DEBUG : file1: size = 0 OK 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:53 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/08 05:37:53 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/08 05:37:53 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/08 05:37:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:53 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/07/08 05:37:53 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:53 DEBUG : Looking for writers 2026/07/08 05:37:53 DEBUG : file1: reading active writers 2026/07/08 05:37:53 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.10s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:53 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:53 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:53 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:53 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/08 05:37:53 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/08 05:37:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: File to upload is small (2 bytes), uploading instead of streaming 2026/07/08 05:37:53 DEBUG : file1: size = 2 OK 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:53 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/08 05:37:53 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/08 05:37:53 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/08 05:37:53 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/07/08 05:37:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:53 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:53 DEBUG : Looking for writers 2026/07/08 05:37:53 DEBUG : file1: reading active writers 2026/07/08 05:37:53 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.10s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:53 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:53 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:53 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:53 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/08 05:37:53 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/08 05:37:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: File to upload is small (0 bytes), uploading instead of streaming 2026/07/08 05:37:53 DEBUG : file1: size = 0 OK 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:53 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/08 05:37:53 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/08 05:37:53 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/08 05:37:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:53 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:53 DEBUG : file1: Open: flags=O_RDONLY 2026/07/08 05:37:53 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/08 05:37:53 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/08 05:37:53 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:53 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:53 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:53 DEBUG : Looking for writers 2026/07/08 05:37:53 DEBUG : file1: reading active writers 2026/07/08 05:37:53 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.10s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:53 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:53 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/08 05:37:53 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/08 05:37:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:53 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/08 05:37:53 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/08 05:37:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: File to upload is small (100 bytes), uploading instead of streaming 2026/07/08 05:37:53 DEBUG : file1: size = 100 OK 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/file1" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 7687e32c7a229da397d8e7c04542faef /rclone-test-zokewob5gequ/file1 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:53 DEBUG : file1: Parsed hash: 7687e32c7a229da397d8e7c04542faef 2026/07/08 05:37:53 DEBUG : file1: md5 = 7687e32c7a229da397d8e7c04542faef OK 2026/07/08 05:37:53 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/08 05:37:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/08 05:37:53 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/08 05:37:53 DEBUG : file1: Open: flags=O_RDONLY 2026/07/08 05:37:53 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/08 05:37:53 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/08 05:37:53 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:53 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:53 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:53 DEBUG : Looking for writers 2026/07/08 05:37:53 DEBUG : file1: reading active writers 2026/07/08 05:37:53 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.11s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:53 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/flat/f000.txt" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/flat/f000.txt 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/flat/f000.txt" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-zokewob5gequ/flat/f000.txt 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:53 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/flat/f000.txt" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/flat/f000.txt 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/flat/f000.txt" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-zokewob5gequ/flat/f000.txt 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:53 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/flat/f001.txt" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/flat/f001.txt 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/flat/f001.txt" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-zokewob5gequ/flat/f001.txt 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:53 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/flat/f001.txt" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/flat/f001.txt 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/flat/f001.txt" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-zokewob5gequ/flat/f001.txt 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:53 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/flat/f002.txt" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/flat/f002.txt 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/flat/f002.txt" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-zokewob5gequ/flat/f002.txt 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:53 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/flat/f002.txt" 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/flat/f002.txt 2026/07/08 05:37:53 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/flat/f002.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-zokewob5gequ/flat/f002.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:54 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/flat/f003.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/flat/f003.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/flat/f003.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-zokewob5gequ/flat/f003.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:54 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/flat/f003.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/flat/f003.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/flat/f003.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-zokewob5gequ/flat/f003.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:54 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/flat/f004.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/flat/f004.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/flat/f004.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-zokewob5gequ/flat/f004.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:54 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/flat/f004.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: sha1sum /rclone-test-zokewob5gequ/flat/f004.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-zokewob5gequ/flat/f004.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-zokewob5gequ/flat/f004.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:54 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/07/08 05:37:54 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/07/08 05:37:54 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/07/08 05:37:54 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:54 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/flat/f000.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/flat/f000.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/flat/f000.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-zokewob5gequ/flat/f000.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:54 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/08 05:37:54 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/07/08 05:37:54 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/07/08 05:37:54 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:54 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/flat/f001.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/flat/f001.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/flat/f001.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-zokewob5gequ/flat/f001.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:54 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/08 05:37:54 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/07/08 05:37:54 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/07/08 05:37:54 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:54 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/flat/f002.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/flat/f002.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/flat/f002.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-zokewob5gequ/flat/f002.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:54 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/08 05:37:54 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/07/08 05:37:54 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/07/08 05:37:54 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:54 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/flat/f003.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/flat/f003.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/flat/f003.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-zokewob5gequ/flat/f003.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:54 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/08 05:37:54 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/07/08 05:37:54 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/07/08 05:37:54 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:54 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/flat/f004.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/flat/f004.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/flat/f004.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-zokewob5gequ/flat/f004.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:54 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/08 05:37:54 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:54 DEBUG : flat: Looking for writers 2026/07/08 05:37:54 DEBUG : f003.txt: reading active writers 2026/07/08 05:37:54 DEBUG : f004.txt: reading active writers 2026/07/08 05:37:54 DEBUG : f000.txt: reading active writers 2026/07/08 05:37:54 DEBUG : f001.txt: reading active writers 2026/07/08 05:37:54 DEBUG : f002.txt: reading active writers 2026/07/08 05:37:54 DEBUG : Looking for writers 2026/07/08 05:37:54 DEBUG : flat: reading active writers 2026/07/08 05:37:54 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.48s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:54 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:54 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/07/08 05:37:54 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/07/08 05:37:54 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:54 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/a/b/c/deep.txt" 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/a/b/c/deep.txt 2026/07/08 05:37:54 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/a/b/c/deep.txt" 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-zokewob5gequ/a/b/c/deep.txt 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:55 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/07/08 05:37:55 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/07/08 05:37:55 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/07/08 05:37:55 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:55 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/a/b/mid.txt" 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/a/b/mid.txt 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/a/b/mid.txt" 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-zokewob5gequ/a/b/mid.txt 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:55 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/07/08 05:37:55 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/07/08 05:37:55 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/07/08 05:37:55 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:55 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/a/top.txt" 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/a/top.txt 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/a/top.txt" 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-zokewob5gequ/a/top.txt 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:55 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/07/08 05:37:55 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:55 DEBUG : a/b/c: Looking for writers 2026/07/08 05:37:55 DEBUG : deep.txt: reading active writers 2026/07/08 05:37:55 DEBUG : a/b: Looking for writers 2026/07/08 05:37:55 DEBUG : c: reading active writers 2026/07/08 05:37:55 DEBUG : mid.txt: reading active writers 2026/07/08 05:37:55 DEBUG : a: Looking for writers 2026/07/08 05:37:55 DEBUG : b: reading active writers 2026/07/08 05:37:55 DEBUG : top.txt: reading active writers 2026/07/08 05:37:55 DEBUG : Looking for writers 2026/07/08 05:37:55 DEBUG : a: reading active writers 2026/07/08 05:37:55 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.32s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:55 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:55 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/07/08 05:37:55 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/07/08 05:37:55 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:55 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/bigdir/big.bin" 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/bigdir/big.bin 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/bigdir/big.bin" 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 2528873b9819e1969ef8b22f3e27d98b /rclone-test-zokewob5gequ/bigdir/big.bin 2026/07/08 05:37:55 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:55 DEBUG : bigdir/big.bin: Parsed hash: 2528873b9819e1969ef8b22f3e27d98b 2026/07/08 05:37:55 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:55 DEBUG : bigdir: Looking for writers 2026/07/08 05:37:55 DEBUG : big.bin: reading active writers 2026/07/08 05:37:55 DEBUG : Looking for writers 2026/07/08 05:37:55 DEBUG : bigdir: reading active writers 2026/07/08 05:37:55 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.76s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-zokewob5gequ", Local "Local file system at /tmp/rclone2612239375", Modify Window "1s" 2026/07/08 05:37:55 INFO : sftp://rclone@:22/rclone-test-zokewob5gequ: poll-interval is not supported by this remote 2026/07/08 05:37:56 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/07/08 05:37:56 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/07/08 05:37:56 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:56 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir1/a.txt" 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir1/a.txt 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir1/a.txt" 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-zokewob5gequ/dir1/a.txt 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:56 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/07/08 05:37:56 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/07/08 05:37:56 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/07/08 05:37:56 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:56 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir2/b.txt" 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir2/b.txt 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir2/b.txt" 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: 415290769594460e2e485922904f345d /rclone-test-zokewob5gequ/dir2/b.txt 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:56 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/07/08 05:37:56 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/07/08 05:37:56 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/07/08 05:37:56 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/08 05:37:56 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Shell path "/rclone-test-zokewob5gequ/dir3/c.txt" 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: creating additional session 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Running remote command: md5sum /rclone-test-zokewob5gequ/dir3/c.txt 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-zokewob5gequ/dir3/c.txt" 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: command exited OK 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-zokewob5gequ/dir3/c.txt 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: ssh external: close 2026/07/08 05:37:56 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/07/08 05:37:56 DEBUG : WaitForWriters: timeout=30s 2026/07/08 05:37:56 DEBUG : dir1: Looking for writers 2026/07/08 05:37:56 DEBUG : a.txt: reading active writers 2026/07/08 05:37:56 DEBUG : dir2: Looking for writers 2026/07/08 05:37:56 DEBUG : b.txt: reading active writers 2026/07/08 05:37:56 DEBUG : dir3: Looking for writers 2026/07/08 05:37:56 DEBUG : c.txt: reading active writers 2026/07/08 05:37:56 DEBUG : Looking for writers 2026/07/08 05:37:56 DEBUG : dir1: reading active writers 2026/07/08 05:37:56 DEBUG : dir2: reading active writers 2026/07/08 05:37:56 DEBUG : dir3: reading active writers 2026/07/08 05:37:56 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.30s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/07/08 05:37:56 DEBUG : sftp://rclone@:22/rclone-test-zokewob5gequ: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 45.724612386s (try 1/5)