"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/06/08 03:24:53 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-kaqejuk8tero" 2026/06/08 03:24:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/06/08 03:24:53 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/06/08 03:24:53 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/06/08 03:24:53 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/06/08 03:24:53 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/06/08 03:24:53 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/06/08 03:24:53 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/08 03:24:53 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell type "unix" from config 2026/06/08 03:24:53 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Relative path resolved to "/rclone-test-kaqejuk8tero" 2026/06/08 03:24:53 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Using root directory "/rclone-test-kaqejuk8tero" 2026/06/08 03:24:53 DEBUG : Creating backend with remote "/tmp/rclone3362020346" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:24:53 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:24:53 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:53 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:53 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:53 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:53 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:53 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:53 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:53 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:53 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:53 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:53 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:53 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:53 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:53 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:53 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:24:53 DEBUG : dir: Looking for writers 2026/06/08 03:24:53 DEBUG : Looking for writers 2026/06/08 03:24:53 DEBUG : dir: reading active writers 2026/06/08 03:24:53 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.21s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:24:54 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:54 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:54 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/subdir/file3" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/subdir/file3 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/subdir/file3" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-kaqejuk8tero/dir/subdir/file3 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:54 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/subdir/file3" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/subdir/file3 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/subdir/file3" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-kaqejuk8tero/dir/subdir/file3 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:54 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/06/08 03:24:54 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:24:54 DEBUG : dir/subdir: Looking for writers 2026/06/08 03:24:54 DEBUG : dir: Looking for writers 2026/06/08 03:24:54 DEBUG : file1: reading active writers 2026/06/08 03:24:54 DEBUG : file2: reading active writers 2026/06/08 03:24:54 DEBUG : subdir: reading active writers 2026/06/08 03:24:54 DEBUG : Looking for writers 2026/06/08 03:24:54 DEBUG : dir: reading active writers 2026/06/08 03:24:54 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.62s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:24:54 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:54 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:24:54 DEBUG : dir: Looking for writers 2026/06/08 03:24:54 DEBUG : file1: reading active writers 2026/06/08 03:24:54 DEBUG : Looking for writers 2026/06/08 03:24:54 DEBUG : dir: reading active writers 2026/06/08 03:24:54 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.17s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:24:54 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:54 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:24:54 DEBUG : dir: Looking for writers 2026/06/08 03:24:54 DEBUG : Looking for writers 2026/06/08 03:24:54 DEBUG : dir: reading active writers 2026/06/08 03:24:54 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.17s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:24:54 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:54 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:55 DEBUG : dir: forgetting directory cache 2026/06/08 03:24:55 DEBUG : forgetting directory cache 2026/06/08 03:24:55 DEBUG : dir: forgetting directory cache 2026/06/08 03:24:55 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:24:55 DEBUG : Looking for writers 2026/06/08 03:24:55 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.22s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:24:55 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:55 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/06/08 03:24:55 DEBUG : dir: invalidating directory cache 2026/06/08 03:24:55 DEBUG : >ForgetPath: 2026/06/08 03:24:55 DEBUG : ForgetPath: relativePath="dir", type=0 2026/06/08 03:24:55 DEBUG : invalidating directory cache 2026/06/08 03:24:55 DEBUG : dir: forgetting directory cache 2026/06/08 03:24:55 DEBUG : >ForgetPath: 2026/06/08 03:24:55 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/06/08 03:24:55 DEBUG : >ForgetPath: 2026/06/08 03:24:55 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:24:55 DEBUG : dir: Looking for writers 2026/06/08 03:24:55 DEBUG : Looking for writers 2026/06/08 03:24:55 DEBUG : dir: reading active writers 2026/06/08 03:24:55 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.22s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:24:55 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/fil/a/b/c" 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/fil/a/b/c 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/fil/a/b/c" 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-kaqejuk8tero/fil/a/b/c 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:55 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/fil/a/b/c" 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/fil/a/b/c 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/fil/a/b/c" 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-kaqejuk8tero/fil/a/b/c 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:55 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:55 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:56 DEBUG : forgetting directory cache 2026/06/08 03:24:56 DEBUG : dir: forgetting directory cache 2026/06/08 03:24:56 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:24:56 DEBUG : dir: Looking for writers 2026/06/08 03:24:56 DEBUG : fil/a/b: Looking for writers 2026/06/08 03:24:56 DEBUG : fil/a: Looking for writers 2026/06/08 03:24:56 DEBUG : b: reading active writers 2026/06/08 03:24:56 DEBUG : fil: Looking for writers 2026/06/08 03:24:56 DEBUG : a: reading active writers 2026/06/08 03:24:56 DEBUG : Looking for writers 2026/06/08 03:24:56 DEBUG : fil: reading active writers 2026/06/08 03:24:56 DEBUG : dir: reading active writers 2026/06/08 03:24:56 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.65s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:24:56 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:56 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:24:56 DEBUG : dir: Looking for writers 2026/06/08 03:24:56 DEBUG : Looking for writers 2026/06/08 03:24:56 DEBUG : dir: reading active writers 2026/06/08 03:24:56 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.18s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:24:56 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:56 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:24:56 DEBUG : dir: Looking for writers 2026/06/08 03:24:56 DEBUG : file1: reading active writers 2026/06/08 03:24:56 DEBUG : Looking for writers 2026/06/08 03:24:56 DEBUG : dir: reading active writers 2026/06/08 03:24:56 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:24:56 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:56 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:56 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/subdir/file3" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/subdir/file3 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/subdir/file3" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-kaqejuk8tero/dir/subdir/file3 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:56 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/subdir/file3" 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/subdir/file3 2026/06/08 03:24:56 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/subdir/file3" 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-kaqejuk8tero/dir/subdir/file3 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:57 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/06/08 03:24:57 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/06/08 03:24:57 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/06/08 03:24:57 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/06/08 03:24:57 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/06/08 03:24:57 DEBUG : Waiting for deletions to finish 2026/06/08 03:24:57 INFO : dir/subdir/file3: Deleted 2026/06/08 03:24:57 DEBUG : removing 1 level 2 directories 2026/06/08 03:24:57 INFO : dir/subdir: Removing directory 2026/06/08 03:24:57 DEBUG : dir: invalidating directory cache 2026/06/08 03:24:57 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/06/08 03:24:57 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/06/08 03:24:57 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/06/08 03:24:57 DEBUG : dir/file1: Reset virtual modtime 2026/06/08 03:24:57 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/06/08 03:24:57 DEBUG : dir/virtualFile: Reset virtual modtime 2026/06/08 03:24:57 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/06/08 03:24:57 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/06/08 03:24:57 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/08 03:24:57 DEBUG : dir: invalidating directory cache 2026/06/08 03:24:57 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/06/08 03:24:57 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/06/08 03:24:57 DEBUG : dir/virtualFile: Reset virtual modtime 2026/06/08 03:24:57 DEBUG : forgetting directory cache 2026/06/08 03:24:57 DEBUG : dir: forgetting directory cache 2026/06/08 03:24:57 DEBUG : dir/virtualDir: forgetting directory cache 2026/06/08 03:24:57 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:24:57 DEBUG : dir/virtualDir: Looking for writers 2026/06/08 03:24:57 DEBUG : dir: Looking for writers 2026/06/08 03:24:57 DEBUG : file1: reading active writers 2026/06/08 03:24:57 DEBUG : virtualFile2: reading active writers 2026/06/08 03:24:57 DEBUG : virtualFile: reading active writers 2026/06/08 03:24:57 DEBUG : virtualDir: reading active writers 2026/06/08 03:24:57 DEBUG : Looking for writers 2026/06/08 03:24:57 DEBUG : dir: reading active writers 2026/06/08 03:24:57 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.64s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:24:57 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:57 ERROR : dir/: Can only open directories read only 2026/06/08 03:24:57 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:24:57 DEBUG : dir: Looking for writers 2026/06/08 03:24:57 DEBUG : Looking for writers 2026/06/08 03:24:57 DEBUG : dir: reading active writers 2026/06/08 03:24:57 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:24:57 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:57 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:24:57 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/08 03:24:57 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/06/08 03:24:57 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: File to upload is small (5 bytes), uploading instead of streaming 2026/06/08 03:24:57 DEBUG : dir/potato: size = 5 OK 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/potato" 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/potato 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/potato" 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kaqejuk8tero/dir/potato 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:57 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/08 03:24:57 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/08 03:24:57 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/06/08 03:24:57 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/08 03:24:57 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:24:57 DEBUG : dir: Looking for writers 2026/06/08 03:24:57 DEBUG : file1: reading active writers 2026/06/08 03:24:57 DEBUG : potato: reading active writers 2026/06/08 03:24:57 DEBUG : Looking for writers 2026/06/08 03:24:57 DEBUG : dir: reading active writers 2026/06/08 03:24:57 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.41s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:24:57 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:57 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:58 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:58 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:24:58 DEBUG : dir/sub: Looking for writers 2026/06/08 03:24:58 DEBUG : dir: Looking for writers 2026/06/08 03:24:58 DEBUG : file1: reading active writers 2026/06/08 03:24:58 DEBUG : sub: reading active writers 2026/06/08 03:24:58 DEBUG : Looking for writers 2026/06/08 03:24:58 DEBUG : dir: reading active writers 2026/06/08 03:24:58 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.51s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:24:58 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:58 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/08 03:24:58 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:58 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:24:58 DEBUG : dir/sub/subsub: Looking for writers 2026/06/08 03:24:58 DEBUG : dir/sub: Looking for writers 2026/06/08 03:24:58 DEBUG : subsub: reading active writers 2026/06/08 03:24:58 DEBUG : dir: Looking for writers 2026/06/08 03:24:58 DEBUG : file1: reading active writers 2026/06/08 03:24:58 DEBUG : sub: reading active writers 2026/06/08 03:24:58 DEBUG : Looking for writers 2026/06/08 03:24:58 DEBUG : dir: reading active writers 2026/06/08 03:24:58 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.42s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:24:58 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:58 ERROR : dir/: Dir.Remove not empty 2026/06/08 03:24:58 DEBUG : dir/file1: Remove: 2026/06/08 03:24:58 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/08 03:24:58 DEBUG : dir/file1: >Remove: err= 2026/06/08 03:24:58 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/08 03:24:58 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:24:58 DEBUG : Looking for writers 2026/06/08 03:24:58 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:24:58 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:58 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:59 DEBUG : dir/file1: Remove: 2026/06/08 03:24:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/08 03:24:59 DEBUG : dir/file1: >Remove: err= 2026/06/08 03:24:59 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/08 03:24:59 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:24:59 DEBUG : Looking for writers 2026/06/08 03:24:59 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.21s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:24:59 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:59 DEBUG : dir/file1: Remove: 2026/06/08 03:24:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/08 03:24:59 DEBUG : dir/file1: >Remove: err= 2026/06/08 03:24:59 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:24:59 DEBUG : dir: Looking for writers 2026/06/08 03:24:59 DEBUG : Looking for writers 2026/06/08 03:24:59 DEBUG : dir: reading active writers 2026/06/08 03:24:59 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:24:59 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file3" 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file3 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file3" 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-kaqejuk8tero/dir/file3 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:59 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file3" 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file3 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file3" 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-kaqejuk8tero/dir/file3 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:24:59 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/08 03:24:59 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/06/08 03:24:59 DEBUG : dir: Updating dir with dir2 0x309a4799dad0 2026/06/08 03:24:59 DEBUG : dir: forgetting directory cache 2026/06/08 03:24:59 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/08 03:24:59 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir2/file1" 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir2/file1 2026/06/08 03:24:59 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir2/file1" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir2/file1 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:00 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir2/file1" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir2/file1 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir2/file1" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir2/file1 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:00 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir2/file3" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir2/file3 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir2/file3" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-kaqejuk8tero/dir2/file3 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:00 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir2/file3" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir2/file3 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir2/file3" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-kaqejuk8tero/dir2/file3 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:00 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/08 03:25:00 INFO : dir2/file1: Moved (server-side) to: file2 2026/06/08 03:25:00 DEBUG : file2: Updating file with file2 0x309a4799de10 2026/06/08 03:25:00 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/06/08 03:25:00 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file2" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file2 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file2" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/file2 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:00 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file2" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/file2 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/file2" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/file2 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:00 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir2/file3" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir2/file3 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir2/file3" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-kaqejuk8tero/dir2/file3 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:00 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir2/file3" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir2/file3 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir2/file3" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-kaqejuk8tero/dir2/file3 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:00 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/08 03:25:00 INFO : dir2/file3: Deleted 2026/06/08 03:25:00 INFO : file2: Moved (server-side) to: dir2/file3 2026/06/08 03:25:00 DEBUG : dir2/file3: Updating file with dir2/file3 0x309a4799de10 2026/06/08 03:25:00 DEBUG : Added virtual directory entry vDel: "file2" 2026/06/08 03:25:00 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir2/file3" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir2/file3 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir2/file3" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir2/file3 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:00 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir2/file3" 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir2/file3 2026/06/08 03:25:00 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir2/file3" 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir2/file3 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:01 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:01 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/06/08 03:25:01 DEBUG : empty directory: Updating dir with renamed empty directory 0x309a478dfe10 2026/06/08 03:25:01 DEBUG : empty directory: forgetting directory cache 2026/06/08 03:25:01 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/06/08 03:25:01 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/06/08 03:25:01 DEBUG : dir2: Renaming to "dir3" 2026/06/08 03:25:01 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:01 DEBUG : dir3: Looking for writers 2026/06/08 03:25:01 DEBUG : file3: reading active writers 2026/06/08 03:25:01 DEBUG : renamed empty directory: Looking for writers 2026/06/08 03:25:01 DEBUG : Looking for writers 2026/06/08 03:25:01 DEBUG : renamed empty directory: reading active writers 2026/06/08 03:25:01 DEBUG : dir3: reading active writers 2026/06/08 03:25:01 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.72s) === 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-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:01 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:01 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/08 03:25:01 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:01 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/08 03:25:01 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/08 03:25:01 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/06/08 03:25:01 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/06/08 03:25:01 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/08 03:25:01 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:01 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/08 03:25:01 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/08 03:25:01 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/06/08 03:25:01 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/06/08 03:25:01 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: File to upload is small (12 bytes), uploading instead of streaming 2026/06/08 03:25:01 DEBUG : dir/sub/file2: size = 12 OK 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/sub/file2" 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/sub/file2 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/sub/file2" 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-kaqejuk8tero/dir/sub/file2 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:01 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/06/08 03:25:01 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/06/08 03:25:01 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/06/08 03:25:01 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/08 03:25:01 DEBUG : forgetting directory cache 2026/06/08 03:25:01 DEBUG : dir: forgetting directory cache 2026/06/08 03:25:01 DEBUG : dir/sub: forgetting directory cache 2026/06/08 03:25:01 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/06/08 03:25:01 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: File to upload is small (5 bytes), uploading instead of streaming 2026/06/08 03:25:01 DEBUG : dir/sub/file0: size = 5 OK 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/sub/file0" 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/sub/file0 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/sub/file0" 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kaqejuk8tero/dir/sub/file0 2026/06/08 03:25:01 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:01 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/08 03:25:01 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/08 03:25:01 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/06/08 03:25:01 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/08 03:25:01 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:01 DEBUG : dir/sub: Looking for writers 2026/06/08 03:25:01 DEBUG : file0: reading active writers 2026/06/08 03:25:01 DEBUG : file2: reading active writers 2026/06/08 03:25:01 DEBUG : dir: Looking for writers 2026/06/08 03:25:01 DEBUG : file1: reading active writers 2026/06/08 03:25:01 DEBUG : sub: reading active writers 2026/06/08 03:25:01 DEBUG : Looking for writers 2026/06/08 03:25:01 DEBUG : dir: reading active writers 2026/06/08 03:25:01 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.42s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:01 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:01 DEBUG : forgetting directory cache 2026/06/08 03:25:02 DEBUG : forgetting directory cache 2026/06/08 03:25:02 DEBUG : dir: forgetting directory cache 2026/06/08 03:25:02 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:02 DEBUG : dir: Looking for writers 2026/06/08 03:25:02 DEBUG : Looking for writers 2026/06/08 03:25:02 DEBUG : dir: reading active writers 2026/06/08 03:25:02 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:02 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/06/08 03:25:02 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:02 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/06/08 03:25:02 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/06/08 03:25:02 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/06/08 03:25:02 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:02 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:02 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/06/08 03:25:02 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:02 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/06/08 03:25:02 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/06/08 03:25:02 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/06/08 03:25:02 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:02 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:02 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:02 DEBUG : dir: Looking for writers 2026/06/08 03:25:02 DEBUG : file1: reading active writers 2026/06/08 03:25:02 DEBUG : file1.metadata: reading active writers 2026/06/08 03:25:02 DEBUG : Looking for writers 2026/06/08 03:25:02 DEBUG : dir: reading active writers 2026/06/08 03:25:02 DEBUG : dir.metadata: reading active writers 2026/06/08 03:25:02 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.21s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:02 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:02 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:03 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:03 DEBUG : dir: Looking for writers 2026/06/08 03:25:03 DEBUG : file1: reading active writers 2026/06/08 03:25:03 DEBUG : Looking for writers 2026/06/08 03:25:03 DEBUG : dir: reading active writers 2026/06/08 03:25:03 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-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:03 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:03 DEBUG : Can set mod time: true 2026/06/08 03:25:03 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:03 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:03 DEBUG : dir: Looking for writers 2026/06/08 03:25:03 DEBUG : file1: reading active writers 2026/06/08 03:25:03 DEBUG : Looking for writers 2026/06/08 03:25:03 DEBUG : dir: reading active writers 2026/06/08 03:25:03 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:03 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:03 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/08 03:25:03 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/08 03:25:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: File to upload is small (0 bytes), uploading instead of streaming 2026/06/08 03:25:03 DEBUG : dir/file1: size = 0 OK 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:03 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/08 03:25:03 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/08 03:25:03 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/08 03:25:03 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/08 03:25:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:03 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:03 DEBUG : dir: Looking for writers 2026/06/08 03:25:03 DEBUG : file1: reading active writers 2026/06/08 03:25:03 DEBUG : Looking for writers 2026/06/08 03:25:03 DEBUG : dir: reading active writers 2026/06/08 03:25:03 DEBUG : >WaitForWriters: 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:03 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:03 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/08 03:25:03 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:03 DEBUG : dir: Looking for writers 2026/06/08 03:25:03 DEBUG : file1: reading active writers 2026/06/08 03:25:03 DEBUG : Looking for writers 2026/06/08 03:25:03 DEBUG : dir: reading active writers 2026/06/08 03:25:03 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:03 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:03 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:04 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/08 03:25:04 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/08 03:25:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: File to upload is small (5 bytes), uploading instead of streaming 2026/06/08 03:25:04 DEBUG : dir/file1: size = 5 OK 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:04 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/08 03:25:04 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/08 03:25:04 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/08 03:25:04 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/08 03:25:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:04 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:04 DEBUG : dir: Looking for writers 2026/06/08 03:25:04 DEBUG : file1: reading active writers 2026/06/08 03:25:04 DEBUG : Looking for writers 2026/06/08 03:25:04 DEBUG : dir: reading active writers 2026/06/08 03:25:04 DEBUG : >WaitForWriters: 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:04 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:04 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/06/08 03:25:04 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:04 DEBUG : dir: Looking for writers 2026/06/08 03:25:04 DEBUG : file1: reading active writers 2026/06/08 03:25:04 DEBUG : Looking for writers 2026/06/08 03:25:04 DEBUG : dir: reading active writers 2026/06/08 03:25:04 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:04 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:04 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:04 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:04 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:04 DEBUG : dir: Looking for writers 2026/06/08 03:25:04 DEBUG : file1: reading active writers 2026/06/08 03:25:04 DEBUG : Looking for writers 2026/06/08 03:25:04 DEBUG : dir: reading active writers 2026/06/08 03:25:04 DEBUG : >WaitForWriters: 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:04 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:04 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:04 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:05 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/08 03:25:05 DEBUG : dir/file1: newRWFileHandle: 2026/06/08 03:25:05 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/08 03:25:05 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/08 03:25:05 DEBUG : dir/file1(0x309a4797d040): close: 2026/06/08 03:25:05 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/08 03:25:05 DEBUG : dir/file1(0x309a4797d040): >close: err= 2026/06/08 03:25:05 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:05 DEBUG : dir: Looking for writers 2026/06/08 03:25:05 DEBUG : file1: reading active writers 2026/06/08 03:25:05 DEBUG : Looking for writers 2026/06/08 03:25:05 DEBUG : dir: reading active writers 2026/06/08 03:25:05 DEBUG : >WaitForWriters: 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:05 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:05 DEBUG : dir: Looking for writers 2026/06/08 03:25:05 DEBUG : file1: reading active writers 2026/06/08 03:25:05 DEBUG : Looking for writers 2026/06/08 03:25:05 DEBUG : dir: reading active writers 2026/06/08 03:25:05 DEBUG : >WaitForWriters: 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:05 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:05 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:05 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/08 03:25:05 DEBUG : dir/file1: newRWFileHandle: 2026/06/08 03:25:05 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/08 03:25:05 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/08 03:25:05 DEBUG : dir/file1(0x309a48098600): _writeAt: size=5, off=0 2026/06/08 03:25:05 DEBUG : dir/file1(0x309a48098600): openPending: 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:05 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/08 03:25:05 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/08 03:25:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:05 DEBUG : dir/file1(0x309a48098600): >openPending: err= 2026/06/08 03:25:05 DEBUG : dir/file1(0x309a48098600): >_writeAt: n=5, err= 2026/06/08 03:25:05 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/06/08 03:25:05 DEBUG : dir/file1(0x309a48098600): close: 2026/06/08 03:25:05 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/06/08 03:25:05 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/06/08 03:25:05 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/06/08 03:25:05 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/08 03:25:05 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/06/08 03:25:05 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:05 DEBUG : dir/file1(0x309a48098600): >close: err= 2026/06/08 03:25:05 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:05 DEBUG : dir: Looking for writers 2026/06/08 03:25:05 DEBUG : file1: reading active writers 2026/06/08 03:25:05 DEBUG : Looking for writers 2026/06/08 03:25:05 DEBUG : dir: reading active writers 2026/06/08 03:25:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/08 03:25:05 DEBUG : dir: Looking for writers 2026/06/08 03:25:05 DEBUG : file1: reading active writers 2026/06/08 03:25:05 DEBUG : Looking for writers 2026/06/08 03:25:05 DEBUG : dir: reading active writers 2026/06/08 03:25:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/08 03:25:05 DEBUG : dir: Looking for writers 2026/06/08 03:25:05 DEBUG : file1: reading active writers 2026/06/08 03:25:05 DEBUG : Looking for writers 2026/06/08 03:25:05 DEBUG : dir: reading active writers 2026/06/08 03:25:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/08 03:25:05 DEBUG : dir: Looking for writers 2026/06/08 03:25:05 DEBUG : file1: reading active writers 2026/06/08 03:25:05 DEBUG : Looking for writers 2026/06/08 03:25:05 DEBUG : dir: reading active writers 2026/06/08 03:25:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/08 03:25:05 DEBUG : dir/file1: vfs cache: starting upload 2026/06/08 03:25:05 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1.2f98c60a.partial" 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1.2f98c60a.partial 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1.2f98c60a.partial" 2026/06/08 03:25:05 DEBUG : dir: Looking for writers 2026/06/08 03:25:05 DEBUG : file1: reading active writers 2026/06/08 03:25:05 DEBUG : Looking for writers 2026/06/08 03:25:05 DEBUG : dir: reading active writers 2026/06/08 03:25:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-kaqejuk8tero/dir/file1.2f98c60a.partial 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:05 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/08 03:25:05 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/06/08 03:25:05 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/06/08 03:25:05 INFO : dir/file1: Copied (replaced existing) 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:05 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/08 03:25:05 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/06/08 03:25:05 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/08 03:25:05 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/06/08 03:25:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:05 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/08 03:25:05 DEBUG : dir: Looking for writers 2026/06/08 03:25:05 DEBUG : file1: reading active writers 2026/06/08 03:25:05 DEBUG : Looking for writers 2026/06/08 03:25:05 DEBUG : dir: reading active writers 2026/06/08 03:25:05 DEBUG : >WaitForWriters: 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:05 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:06 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:06 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/06/08 03:25:06 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:06 DEBUG : dir: Looking for writers 2026/06/08 03:25:06 DEBUG : file1: reading active writers 2026/06/08 03:25:06 DEBUG : Looking for writers 2026/06/08 03:25:06 DEBUG : dir: reading active writers 2026/06/08 03:25:06 DEBUG : >WaitForWriters: 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.11s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.42s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.51s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.51s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.83s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:06 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:06 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/08 03:25:06 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/08 03:25:06 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:06 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:06 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:06 DEBUG : dir: Looking for writers 2026/06/08 03:25:06 DEBUG : file1: reading active writers 2026/06/08 03:25:06 DEBUG : Looking for writers 2026/06/08 03:25:06 DEBUG : dir: reading active writers 2026/06/08 03:25:06 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.31s) === RUN TestFileOpenReadUnknownSize 2026/06/08 03:25:06 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/06/08 03:25:06 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/06/08 03:25:06 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:06 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/06/08 03:25:06 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:06 DEBUG : Looking for writers 2026/06/08 03:25:06 DEBUG : file.txt: reading active writers 2026/06/08 03:25:06 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:06 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: File to upload is small (25 bytes), uploading instead of streaming 2026/06/08 03:25:06 DEBUG : dir/file1: size = 25 OK 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:06 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/08 03:25:06 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/08 03:25:06 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/08 03:25:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:06 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:06 DEBUG : dir: Looking for writers 2026/06/08 03:25:06 DEBUG : file1: reading active writers 2026/06/08 03:25:06 DEBUG : Looking for writers 2026/06/08 03:25:06 DEBUG : dir: reading active writers 2026/06/08 03:25:06 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.31s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:06 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:06 DEBUG : dir/file1: Remove: 2026/06/08 03:25:06 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/08 03:25:06 DEBUG : dir/file1: >Remove: err= 2026/06/08 03:25:06 DEBUG : dir/file1: Remove: 2026/06/08 03:25:06 DEBUG : dir/file1: >Remove: err=Read only file system 2026/06/08 03:25:06 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:06 DEBUG : dir: Looking for writers 2026/06/08 03:25:06 DEBUG : Looking for writers 2026/06/08 03:25:06 DEBUG : dir: reading active writers 2026/06/08 03:25:06 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.21s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:06 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:06 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:07 DEBUG : dir/file1: Remove: 2026/06/08 03:25:07 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/08 03:25:07 DEBUG : dir/file1: >Remove: err= 2026/06/08 03:25:07 DEBUG : dir/file1: Remove: 2026/06/08 03:25:07 DEBUG : dir/file1: >Remove: err=Read only file system 2026/06/08 03:25:07 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:07 DEBUG : dir: Looking for writers 2026/06/08 03:25:07 DEBUG : Looking for writers 2026/06/08 03:25:07 DEBUG : dir: reading active writers 2026/06/08 03:25:07 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.21s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:07 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:07 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/08 03:25:07 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/08 03:25:07 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/08 03:25:07 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/08 03:25:07 DEBUG : dir/file1: Open: flags=O_RDWR 2026/06/08 03:25:07 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/08 03:25:07 DEBUG : dir/file1: Open: flags=0x3 2026/06/08 03:25:07 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/06/08 03:25:07 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/06/08 03:25:07 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:07 DEBUG : dir: Looking for writers 2026/06/08 03:25:07 DEBUG : file1: reading active writers 2026/06/08 03:25:07 DEBUG : Looking for writers 2026/06/08 03:25:07 DEBUG : dir: reading active writers 2026/06/08 03:25:07 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.21s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:07 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:07 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:07 DEBUG : dir: Looking for writers 2026/06/08 03:25:07 DEBUG : file1: reading active writers 2026/06/08 03:25:07 DEBUG : Looking for writers 2026/06/08 03:25:07 DEBUG : dir: reading active writers 2026/06/08 03:25:07 DEBUG : >WaitForWriters: 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:07 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/08 03:25:07 DEBUG : newLeaf: Updating file with newLeaf 0x309a478c04e0 2026/06/08 03:25:07 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/08 03:25:07 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:07 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:07 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:07 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/08 03:25:07 DEBUG : dir/file1: Updating file with dir/file1 0x309a478c04e0 2026/06/08 03:25:07 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/08 03:25:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:07 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:08 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/08 03:25:08 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/08 03:25:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:08 DEBUG : dir/file1: File is currently open, delaying rename 0x309a478c04e0 2026/06/08 03:25:08 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/08 03:25:08 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: File to upload is small (25 bytes), uploading instead of streaming 2026/06/08 03:25:08 DEBUG : dir/file1: size = 25 OK 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:08 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/08 03:25:08 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/08 03:25:08 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/08 03:25:08 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/08 03:25:08 DEBUG : newLeaf: Running delayed rename now 2026/06/08 03:25:08 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/08 03:25:08 DEBUG : newLeaf: Updating file with newLeaf 0x309a478c04e0 2026/06/08 03:25:08 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:08 DEBUG : dir: Looking for writers 2026/06/08 03:25:08 DEBUG : Looking for writers 2026/06/08 03:25:08 DEBUG : dir: reading active writers 2026/06/08 03:25:08 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:08 DEBUG : >WaitForWriters: 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:08 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:08 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/08 03:25:08 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:08 DEBUG : dir: Looking for writers 2026/06/08 03:25:08 DEBUG : Looking for writers 2026/06/08 03:25:08 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:08 DEBUG : dir: reading active writers 2026/06/08 03:25:08 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:08 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:08 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:08 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:08 DEBUG : dir: Looking for writers 2026/06/08 03:25:08 DEBUG : file1: reading active writers 2026/06/08 03:25:08 DEBUG : Looking for writers 2026/06/08 03:25:08 DEBUG : dir: reading active writers 2026/06/08 03:25:08 DEBUG : >WaitForWriters: 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:08 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/08 03:25:08 DEBUG : newLeaf: Updating file with newLeaf 0x309a478ee4e0 2026/06/08 03:25:08 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/08 03:25:08 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:08 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:08 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:09 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:09 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/08 03:25:09 DEBUG : dir/file1: Updating file with dir/file1 0x309a478ee4e0 2026/06/08 03:25:09 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/08 03:25:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:09 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/08 03:25:09 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/08 03:25:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:09 DEBUG : dir/file1: File is currently open, delaying rename 0x309a478ee4e0 2026/06/08 03:25:09 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/08 03:25:09 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: File to upload is small (25 bytes), uploading instead of streaming 2026/06/08 03:25:09 DEBUG : dir/file1: size = 25 OK 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:09 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/08 03:25:09 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/08 03:25:09 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/08 03:25:09 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/08 03:25:09 DEBUG : newLeaf: Running delayed rename now 2026/06/08 03:25:09 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/08 03:25:09 DEBUG : newLeaf: Updating file with newLeaf 0x309a478ee4e0 2026/06/08 03:25:09 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:09 DEBUG : dir: Looking for writers 2026/06/08 03:25:09 DEBUG : Looking for writers 2026/06/08 03:25:09 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:09 DEBUG : dir: reading active writers 2026/06/08 03:25:09 DEBUG : >WaitForWriters: 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:09 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:09 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/08 03:25:09 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:09 DEBUG : dir: Looking for writers 2026/06/08 03:25:09 DEBUG : Looking for writers 2026/06/08 03:25:09 DEBUG : dir: reading active writers 2026/06/08 03:25:09 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:09 DEBUG : >WaitForWriters: 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:09 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:09 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:09 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/08 03:25:09 DEBUG : dir/file1: newRWFileHandle: 2026/06/08 03:25:09 DEBUG : dir/file1(0x309a48205d00): openPending: 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:09 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:09 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/08 03:25:09 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/08 03:25:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:09 DEBUG : dir/file1(0x309a48205d00): >openPending: err= 2026/06/08 03:25:09 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/08 03:25:09 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/08 03:25:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:09 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/08 03:25:09 DEBUG : dir/file1(0x309a48205d00): _writeAt: size=14, off=0 2026/06/08 03:25:09 DEBUG : dir/file1(0x309a48205d00): >_writeAt: n=14, err= 2026/06/08 03:25:09 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/08 03:25:09 DEBUG : dir/file1(0x309a48205d00): close: 2026/06/08 03:25:09 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/08 03:25:09 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/08 03:25:09 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:09 DEBUG : dir/file1(0x309a48205d00): >close: err= 2026/06/08 03:25:09 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:09 DEBUG : dir: Looking for writers 2026/06/08 03:25:09 DEBUG : file1: reading active writers 2026/06/08 03:25:09 DEBUG : Looking for writers 2026/06/08 03:25:09 DEBUG : dir: reading active writers 2026/06/08 03:25:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/08 03:25:09 DEBUG : dir: Looking for writers 2026/06/08 03:25:09 DEBUG : file1: reading active writers 2026/06/08 03:25:09 DEBUG : Looking for writers 2026/06/08 03:25:09 DEBUG : dir: reading active writers 2026/06/08 03:25:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/08 03:25:09 DEBUG : dir: Looking for writers 2026/06/08 03:25:09 DEBUG : file1: reading active writers 2026/06/08 03:25:09 DEBUG : Looking for writers 2026/06/08 03:25:09 DEBUG : dir: reading active writers 2026/06/08 03:25:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/08 03:25:09 DEBUG : dir: Looking for writers 2026/06/08 03:25:09 DEBUG : file1: reading active writers 2026/06/08 03:25:09 DEBUG : Looking for writers 2026/06/08 03:25:09 DEBUG : dir: reading active writers 2026/06/08 03:25:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/08 03:25:10 DEBUG : dir/file1: vfs cache: starting upload 2026/06/08 03:25:10 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1.ca338588.partial" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1.ca338588.partial 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1.ca338588.partial" 2026/06/08 03:25:10 DEBUG : dir: Looking for writers 2026/06/08 03:25:10 DEBUG : file1: reading active writers 2026/06/08 03:25:10 DEBUG : Looking for writers 2026/06/08 03:25:10 DEBUG : dir: reading active writers 2026/06/08 03:25:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1.ca338588.partial 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:10 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:10 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/06/08 03:25:10 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/06/08 03:25:10 INFO : dir/file1: Copied (replaced existing) 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:10 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/08 03:25:10 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/06/08 03:25:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:10 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/08 03:25:10 DEBUG : dir: Looking for writers 2026/06/08 03:25:10 DEBUG : file1: reading active writers 2026/06/08 03:25:10 DEBUG : Looking for writers 2026/06/08 03:25:10 DEBUG : dir: reading active writers 2026/06/08 03:25:10 DEBUG : >WaitForWriters: 2026/06/08 03:25:10 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/08 03:25:10 DEBUG : dir/file1: newRWFileHandle: 2026/06/08 03:25:10 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/08 03:25:10 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/08 03:25:10 DEBUG : dir/file1(0x309a47dc0280): _readAt: size=512, off=0 2026/06/08 03:25:10 DEBUG : dir/file1(0x309a47dc0280): openPending: 2026/06/08 03:25:10 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/06/08 03:25:10 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/08 03:25:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:10 DEBUG : dir/file1(0x309a47dc0280): >openPending: err= 2026/06/08 03:25:10 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/08 03:25:10 DEBUG : dir/file1(0x309a47dc0280): >_readAt: n=14, err=EOF 2026/06/08 03:25:10 DEBUG : dir/file1(0x309a47dc0280): close: 2026/06/08 03:25:10 DEBUG : dir/file1(0x309a47dc0280): >close: err= 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:10 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:10 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:10 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/08 03:25:10 DEBUG : newLeaf: Updating file with newLeaf 0x309a478ee680 2026/06/08 03:25:10 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/08 03:25:10 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:10 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:10 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:10 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:10 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/08 03:25:10 DEBUG : dir/file1: Updating file with dir/file1 0x309a478ee680 2026/06/08 03:25:10 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/08 03:25:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:10 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:11 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/08 03:25:11 DEBUG : dir/file1: newRWFileHandle: 2026/06/08 03:25:11 DEBUG : dir/file1(0x309a47d76280): openPending: 2026/06/08 03:25:11 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/06/08 03:25:11 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/08 03:25:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:11 DEBUG : dir/file1(0x309a47d76280): >openPending: err= 2026/06/08 03:25:11 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/08 03:25:11 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/08 03:25:11 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/08 03:25:11 DEBUG : dir/file1(0x309a47d76280): _writeAt: size=25, off=0 2026/06/08 03:25:11 DEBUG : dir/file1(0x309a47d76280): >_writeAt: n=25, err= 2026/06/08 03:25:11 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:11 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:11 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/08 03:25:11 DEBUG : newLeaf: Updating file with newLeaf 0x309a478ee680 2026/06/08 03:25:11 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/08 03:25:11 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/08 03:25:11 DEBUG : newLeaf(0x309a47d76280): close: 2026/06/08 03:25:11 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/08 03:25:11 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-08 03:25:11.026028166 +0000 UTC m=+17.372829123 2026/06/08 03:25:11 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:11 DEBUG : newLeaf(0x309a47d76280): >close: err= 2026/06/08 03:25:11 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:11 DEBUG : dir: Looking for writers 2026/06/08 03:25:11 DEBUG : Looking for writers 2026/06/08 03:25:11 DEBUG : dir: reading active writers 2026/06/08 03:25:11 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/08 03:25:11 DEBUG : dir: Looking for writers 2026/06/08 03:25:11 DEBUG : Looking for writers 2026/06/08 03:25:11 DEBUG : dir: reading active writers 2026/06/08 03:25:11 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/08 03:25:11 DEBUG : dir: Looking for writers 2026/06/08 03:25:11 DEBUG : Looking for writers 2026/06/08 03:25:11 DEBUG : dir: reading active writers 2026/06/08 03:25:11 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/08 03:25:11 DEBUG : dir: Looking for writers 2026/06/08 03:25:11 DEBUG : Looking for writers 2026/06/08 03:25:11 DEBUG : dir: reading active writers 2026/06/08 03:25:11 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/08 03:25:11 DEBUG : newLeaf: vfs cache: starting upload 2026/06/08 03:25:11 DEBUG : newLeaf.26d64218.partial: size = 25 OK 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf.26d64218.partial" 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf.26d64218.partial 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf.26d64218.partial" 2026/06/08 03:25:11 DEBUG : dir: Looking for writers 2026/06/08 03:25:11 DEBUG : Looking for writers 2026/06/08 03:25:11 DEBUG : dir: reading active writers 2026/06/08 03:25:11 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kaqejuk8tero/newLeaf.26d64218.partial 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:11 DEBUG : newLeaf.26d64218.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/08 03:25:11 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/08 03:25:11 DEBUG : newLeaf.26d64218.partial: renamed to: newLeaf 2026/06/08 03:25:11 INFO : newLeaf: Copied (replaced existing) 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:11 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/08 03:25:11 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-08 03:25:11 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/08 03:25:11 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/08 03:25:11 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/08 03:25:11 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/08 03:25:11 DEBUG : dir: Looking for writers 2026/06/08 03:25:11 DEBUG : Looking for writers 2026/06/08 03:25:11 DEBUG : dir: reading active writers 2026/06/08 03:25:11 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:11 DEBUG : >WaitForWriters: 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:11 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:11 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/08 03:25:11 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:11 DEBUG : dir: Looking for writers 2026/06/08 03:25:11 DEBUG : Looking for writers 2026/06/08 03:25:11 DEBUG : dir: reading active writers 2026/06/08 03:25:11 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:11 DEBUG : >WaitForWriters: 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:11 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:11 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:11 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:11 DEBUG : dir: Looking for writers 2026/06/08 03:25:11 DEBUG : file1: reading active writers 2026/06/08 03:25:11 DEBUG : Looking for writers 2026/06/08 03:25:11 DEBUG : dir: reading active writers 2026/06/08 03:25:11 DEBUG : >WaitForWriters: 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:11 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:12 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/08 03:25:12 DEBUG : newLeaf: Updating file with newLeaf 0x309a47dad5f0 2026/06/08 03:25:12 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/08 03:25:12 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:12 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:12 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:12 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/08 03:25:12 DEBUG : dir/file1: Updating file with dir/file1 0x309a47dad5f0 2026/06/08 03:25:12 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/08 03:25:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:12 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/08 03:25:12 DEBUG : dir/file1: newRWFileHandle: 2026/06/08 03:25:12 DEBUG : dir/file1(0x309a481a8c40): openPending: 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:12 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/08 03:25:12 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/08 03:25:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:12 DEBUG : dir/file1(0x309a481a8c40): >openPending: err= 2026/06/08 03:25:12 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/08 03:25:12 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/08 03:25:12 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/08 03:25:12 DEBUG : dir/file1(0x309a481a8c40): _writeAt: size=25, off=0 2026/06/08 03:25:12 DEBUG : dir/file1(0x309a481a8c40): >_writeAt: n=25, err= 2026/06/08 03:25:12 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:12 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:12 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/08 03:25:12 DEBUG : newLeaf: Updating file with newLeaf 0x309a47dad5f0 2026/06/08 03:25:12 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/08 03:25:12 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/08 03:25:12 DEBUG : newLeaf(0x309a481a8c40): close: 2026/06/08 03:25:12 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/08 03:25:12 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-08 03:25:12.56346848 +0000 UTC m=+18.910269417 2026/06/08 03:25:12 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:12 DEBUG : newLeaf(0x309a481a8c40): >close: err= 2026/06/08 03:25:12 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:12 DEBUG : dir: Looking for writers 2026/06/08 03:25:12 DEBUG : Looking for writers 2026/06/08 03:25:12 DEBUG : dir: reading active writers 2026/06/08 03:25:12 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/08 03:25:12 DEBUG : dir: Looking for writers 2026/06/08 03:25:12 DEBUG : Looking for writers 2026/06/08 03:25:12 DEBUG : dir: reading active writers 2026/06/08 03:25:12 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/08 03:25:12 DEBUG : dir: Looking for writers 2026/06/08 03:25:12 DEBUG : Looking for writers 2026/06/08 03:25:12 DEBUG : dir: reading active writers 2026/06/08 03:25:12 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/08 03:25:12 DEBUG : dir: Looking for writers 2026/06/08 03:25:12 DEBUG : Looking for writers 2026/06/08 03:25:12 DEBUG : dir: reading active writers 2026/06/08 03:25:12 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/08 03:25:12 DEBUG : newLeaf: vfs cache: starting upload 2026/06/08 03:25:12 DEBUG : newLeaf.0ac0af62.partial: size = 25 OK 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf.0ac0af62.partial" 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf.0ac0af62.partial 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf.0ac0af62.partial" 2026/06/08 03:25:12 DEBUG : dir: Looking for writers 2026/06/08 03:25:12 DEBUG : Looking for writers 2026/06/08 03:25:12 DEBUG : dir: reading active writers 2026/06/08 03:25:12 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kaqejuk8tero/newLeaf.0ac0af62.partial 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:12 DEBUG : newLeaf.0ac0af62.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/08 03:25:12 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/08 03:25:12 DEBUG : newLeaf.0ac0af62.partial: renamed to: newLeaf 2026/06/08 03:25:12 INFO : newLeaf: Copied (replaced existing) 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:12 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/08 03:25:12 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-08 03:25:12 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/08 03:25:12 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/08 03:25:12 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/08 03:25:12 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/08 03:25:12 DEBUG : dir: Looking for writers 2026/06/08 03:25:12 DEBUG : Looking for writers 2026/06/08 03:25:12 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:12 DEBUG : dir: reading active writers 2026/06/08 03:25:12 DEBUG : >WaitForWriters: 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:12 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:13 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:13 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/08 03:25:13 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:13 DEBUG : dir: Looking for writers 2026/06/08 03:25:13 DEBUG : Looking for writers 2026/06/08 03:25:13 DEBUG : dir: reading active writers 2026/06/08 03:25:13 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:13 DEBUG : >WaitForWriters: 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:13 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:13 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:13 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/08 03:25:13 DEBUG : dir/file1: newRWFileHandle: 2026/06/08 03:25:13 DEBUG : dir/file1(0x309a482bc280): openPending: 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:13 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/08 03:25:13 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/08 03:25:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:13 DEBUG : dir/file1(0x309a482bc280): >openPending: err= 2026/06/08 03:25:13 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/08 03:25:13 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/08 03:25:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:13 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/08 03:25:13 DEBUG : dir/file1(0x309a482bc280): _writeAt: size=14, off=0 2026/06/08 03:25:13 DEBUG : dir/file1(0x309a482bc280): >_writeAt: n=14, err= 2026/06/08 03:25:13 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/08 03:25:13 DEBUG : dir/file1(0x309a482bc280): close: 2026/06/08 03:25:13 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/08 03:25:13 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/08 03:25:13 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:13 DEBUG : dir/file1(0x309a482bc280): >close: err= 2026/06/08 03:25:13 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:13 DEBUG : dir: Looking for writers 2026/06/08 03:25:13 DEBUG : file1: reading active writers 2026/06/08 03:25:13 DEBUG : Looking for writers 2026/06/08 03:25:13 DEBUG : dir: reading active writers 2026/06/08 03:25:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/08 03:25:13 DEBUG : dir: Looking for writers 2026/06/08 03:25:13 DEBUG : file1: reading active writers 2026/06/08 03:25:13 DEBUG : Looking for writers 2026/06/08 03:25:13 DEBUG : dir: reading active writers 2026/06/08 03:25:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/08 03:25:13 DEBUG : dir: Looking for writers 2026/06/08 03:25:13 DEBUG : file1: reading active writers 2026/06/08 03:25:13 DEBUG : Looking for writers 2026/06/08 03:25:13 DEBUG : dir: reading active writers 2026/06/08 03:25:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/08 03:25:13 DEBUG : dir: Looking for writers 2026/06/08 03:25:13 DEBUG : file1: reading active writers 2026/06/08 03:25:13 DEBUG : Looking for writers 2026/06/08 03:25:13 DEBUG : dir: reading active writers 2026/06/08 03:25:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/08 03:25:13 DEBUG : dir/file1: vfs cache: starting upload 2026/06/08 03:25:13 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1.ca338588.partial" 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1.ca338588.partial 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1.ca338588.partial" 2026/06/08 03:25:13 DEBUG : dir: Looking for writers 2026/06/08 03:25:13 DEBUG : file1: reading active writers 2026/06/08 03:25:13 DEBUG : Looking for writers 2026/06/08 03:25:13 DEBUG : dir: reading active writers 2026/06/08 03:25:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1.ca338588.partial 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:13 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:13 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/06/08 03:25:13 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/06/08 03:25:13 INFO : dir/file1: Copied (replaced existing) 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:13 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/08 03:25:13 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/06/08 03:25:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:13 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/08 03:25:13 DEBUG : dir: Looking for writers 2026/06/08 03:25:13 DEBUG : file1: reading active writers 2026/06/08 03:25:13 DEBUG : Looking for writers 2026/06/08 03:25:13 DEBUG : dir: reading active writers 2026/06/08 03:25:13 DEBUG : >WaitForWriters: 2026/06/08 03:25:13 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/08 03:25:13 DEBUG : dir/file1: newRWFileHandle: 2026/06/08 03:25:13 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/08 03:25:13 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/08 03:25:13 DEBUG : dir/file1(0x309a4820ccc0): _readAt: size=512, off=0 2026/06/08 03:25:13 DEBUG : dir/file1(0x309a4820ccc0): openPending: 2026/06/08 03:25:13 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/06/08 03:25:13 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/08 03:25:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:13 DEBUG : dir/file1(0x309a4820ccc0): >openPending: err= 2026/06/08 03:25:13 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/08 03:25:13 DEBUG : dir/file1(0x309a4820ccc0): >_readAt: n=14, err=EOF 2026/06/08 03:25:13 DEBUG : dir/file1(0x309a4820ccc0): close: 2026/06/08 03:25:13 DEBUG : dir/file1(0x309a4820ccc0): >close: err= 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:13 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:14 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:14 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:14 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/08 03:25:14 DEBUG : newLeaf: Updating file with newLeaf 0x309a47be75f0 2026/06/08 03:25:14 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/08 03:25:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:14 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:14 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:14 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:14 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/08 03:25:14 DEBUG : dir/file1: Updating file with dir/file1 0x309a47be75f0 2026/06/08 03:25:14 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/08 03:25:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:14 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/08 03:25:14 DEBUG : dir/file1: newRWFileHandle: 2026/06/08 03:25:14 DEBUG : dir/file1(0x309a481ef3c0): openPending: 2026/06/08 03:25:14 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/06/08 03:25:14 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/08 03:25:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:14 DEBUG : dir/file1(0x309a481ef3c0): >openPending: err= 2026/06/08 03:25:14 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/08 03:25:14 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/08 03:25:14 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/08 03:25:14 DEBUG : dir/file1(0x309a481ef3c0): _writeAt: size=25, off=0 2026/06/08 03:25:14 DEBUG : dir/file1(0x309a481ef3c0): >_writeAt: n=25, err= 2026/06/08 03:25:14 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:14 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:14 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/08 03:25:14 DEBUG : newLeaf: Updating file with newLeaf 0x309a47be75f0 2026/06/08 03:25:14 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/08 03:25:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/08 03:25:14 DEBUG : newLeaf(0x309a481ef3c0): close: 2026/06/08 03:25:14 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/08 03:25:14 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-08 03:25:14.596546907 +0000 UTC m=+20.943347854 2026/06/08 03:25:14 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:14 DEBUG : newLeaf(0x309a481ef3c0): >close: err= 2026/06/08 03:25:14 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:14 DEBUG : dir: Looking for writers 2026/06/08 03:25:14 DEBUG : Looking for writers 2026/06/08 03:25:14 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:14 DEBUG : dir: reading active writers 2026/06/08 03:25:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/08 03:25:14 DEBUG : dir: Looking for writers 2026/06/08 03:25:14 DEBUG : Looking for writers 2026/06/08 03:25:14 DEBUG : dir: reading active writers 2026/06/08 03:25:14 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/08 03:25:14 DEBUG : dir: Looking for writers 2026/06/08 03:25:14 DEBUG : Looking for writers 2026/06/08 03:25:14 DEBUG : dir: reading active writers 2026/06/08 03:25:14 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/08 03:25:14 DEBUG : dir: Looking for writers 2026/06/08 03:25:14 DEBUG : Looking for writers 2026/06/08 03:25:14 DEBUG : dir: reading active writers 2026/06/08 03:25:14 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/08 03:25:14 DEBUG : newLeaf: vfs cache: starting upload 2026/06/08 03:25:14 DEBUG : newLeaf.8f20cec0.partial: size = 25 OK 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf.8f20cec0.partial" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf.8f20cec0.partial 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf.8f20cec0.partial" 2026/06/08 03:25:14 DEBUG : dir: Looking for writers 2026/06/08 03:25:14 DEBUG : Looking for writers 2026/06/08 03:25:14 DEBUG : dir: reading active writers 2026/06/08 03:25:14 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kaqejuk8tero/newLeaf.8f20cec0.partial 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:14 DEBUG : newLeaf.8f20cec0.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/08 03:25:14 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/08 03:25:14 DEBUG : newLeaf.8f20cec0.partial: renamed to: newLeaf 2026/06/08 03:25:14 INFO : newLeaf: Copied (replaced existing) 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:14 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:14 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/08 03:25:14 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-08 03:25:14 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/08 03:25:14 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/08 03:25:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/08 03:25:14 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/08 03:25:15 DEBUG : dir: Looking for writers 2026/06/08 03:25:15 DEBUG : Looking for writers 2026/06/08 03:25:15 DEBUG : dir: reading active writers 2026/06/08 03:25:15 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:15 DEBUG : >WaitForWriters: 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:15 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:15 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/08 03:25:15 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:15 DEBUG : dir: Looking for writers 2026/06/08 03:25:15 DEBUG : Looking for writers 2026/06/08 03:25:15 DEBUG : dir: reading active writers 2026/06/08 03:25:15 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:15 DEBUG : >WaitForWriters: 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:15 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:15 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:15 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:15 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:15 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:15 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:15 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:15 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:15 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:15 DEBUG : dir: Looking for writers 2026/06/08 03:25:15 DEBUG : file1: reading active writers 2026/06/08 03:25:15 DEBUG : Looking for writers 2026/06/08 03:25:15 DEBUG : dir: reading active writers 2026/06/08 03:25:15 DEBUG : >WaitForWriters: 2026/06/08 03:25:15 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/08 03:25:15 DEBUG : dir/file1: newRWFileHandle: 2026/06/08 03:25:15 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/08 03:25:15 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/08 03:25:15 DEBUG : dir/file1(0x309a4834a840): _readAt: size=512, off=0 2026/06/08 03:25:15 DEBUG : dir/file1(0x309a4834a840): openPending: 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:15 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/08 03:25:15 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/08 03:25:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:15 DEBUG : dir/file1(0x309a4834a840): >openPending: err= 2026/06/08 03:25:15 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/06/08 03:25:15 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/08 03:25:15 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:15 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:15 DEBUG : dir/file1(0x309a4834a840): >_readAt: n=14, err=EOF 2026/06/08 03:25:15 DEBUG : dir/file1(0x309a4834a840): close: 2026/06/08 03:25:15 DEBUG : dir/file1(0x309a4834a840): >close: err= 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:15 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:15 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:15 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/08 03:25:15 DEBUG : newLeaf: Updating file with newLeaf 0x309a483331e0 2026/06/08 03:25:15 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/08 03:25:15 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:15 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:15 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:15 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:15 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:16 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/08 03:25:16 DEBUG : dir/file1: Updating file with dir/file1 0x309a483331e0 2026/06/08 03:25:16 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/08 03:25:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:16 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/08 03:25:16 DEBUG : dir/file1: newRWFileHandle: 2026/06/08 03:25:16 DEBUG : dir/file1(0x309a4838f500): openPending: 2026/06/08 03:25:16 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/06/08 03:25:16 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/08 03:25:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:16 DEBUG : dir/file1(0x309a4838f500): >openPending: err= 2026/06/08 03:25:16 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/08 03:25:16 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/08 03:25:16 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/08 03:25:16 DEBUG : dir/file1(0x309a4838f500): _writeAt: size=25, off=0 2026/06/08 03:25:16 DEBUG : dir/file1(0x309a4838f500): >_writeAt: n=25, err= 2026/06/08 03:25:16 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:16 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:16 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/08 03:25:16 DEBUG : newLeaf: Updating file with newLeaf 0x309a483331e0 2026/06/08 03:25:16 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/08 03:25:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/08 03:25:16 DEBUG : newLeaf(0x309a4838f500): close: 2026/06/08 03:25:16 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/08 03:25:16 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-08 03:25:16.148651919 +0000 UTC m=+22.495452856 2026/06/08 03:25:16 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:16 DEBUG : newLeaf(0x309a4838f500): >close: err= 2026/06/08 03:25:16 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:16 DEBUG : dir: Looking for writers 2026/06/08 03:25:16 DEBUG : Looking for writers 2026/06/08 03:25:16 DEBUG : dir: reading active writers 2026/06/08 03:25:16 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/08 03:25:16 DEBUG : dir: Looking for writers 2026/06/08 03:25:16 DEBUG : Looking for writers 2026/06/08 03:25:16 DEBUG : dir: reading active writers 2026/06/08 03:25:16 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/08 03:25:16 DEBUG : dir: Looking for writers 2026/06/08 03:25:16 DEBUG : Looking for writers 2026/06/08 03:25:16 DEBUG : dir: reading active writers 2026/06/08 03:25:16 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/08 03:25:16 DEBUG : dir: Looking for writers 2026/06/08 03:25:16 DEBUG : Looking for writers 2026/06/08 03:25:16 DEBUG : dir: reading active writers 2026/06/08 03:25:16 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/08 03:25:16 DEBUG : newLeaf: vfs cache: starting upload 2026/06/08 03:25:16 DEBUG : newLeaf.0c2e5791.partial: size = 25 OK 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf.0c2e5791.partial" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf.0c2e5791.partial 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf.0c2e5791.partial" 2026/06/08 03:25:16 DEBUG : dir: Looking for writers 2026/06/08 03:25:16 DEBUG : Looking for writers 2026/06/08 03:25:16 DEBUG : dir: reading active writers 2026/06/08 03:25:16 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kaqejuk8tero/newLeaf.0c2e5791.partial 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:16 DEBUG : newLeaf.0c2e5791.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/08 03:25:16 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/08 03:25:16 DEBUG : newLeaf.0c2e5791.partial: renamed to: newLeaf 2026/06/08 03:25:16 INFO : newLeaf: Copied (replaced existing) 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:16 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/08 03:25:16 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-08 03:25:16 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/08 03:25:16 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/08 03:25:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/08 03:25:16 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/08 03:25:16 DEBUG : dir: Looking for writers 2026/06/08 03:25:16 DEBUG : Looking for writers 2026/06/08 03:25:16 DEBUG : dir: reading active writers 2026/06/08 03:25:16 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:16 DEBUG : >WaitForWriters: 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:16 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/newLeaf" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-kaqejuk8tero/newLeaf 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:16 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/08 03:25:16 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:16 DEBUG : dir: Looking for writers 2026/06/08 03:25:16 DEBUG : Looking for writers 2026/06/08 03:25:16 DEBUG : dir: reading active writers 2026/06/08 03:25:16 DEBUG : newLeaf: reading active writers 2026/06/08 03:25:16 DEBUG : >WaitForWriters: 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting --- PASS: TestFileRename (9.40s) --- PASS: TestFileRename/off,forceCache=false (1.11s) --- PASS: TestFileRename/minimal,forceCache=false (1.12s) --- PASS: TestFileRename/minimal,forceCache=true (2.03s) --- PASS: TestFileRename/writes,forceCache=false (1.55s) --- PASS: TestFileRename/writes,forceCache=true (2.02s) --- PASS: TestFileRename/full,forceCache=false (1.56s) === 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-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:16 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:16 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:16 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:16 DEBUG : Looking for writers 2026/06/08 03:25:16 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-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:16 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:16 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:16 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/08 03:25:16 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:16 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/08 03:25:16 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/08 03:25:16 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/08 03:25:16 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:16 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:16 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:16 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:17 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:17 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:17 DEBUG : dir: Looking for writers 2026/06/08 03:25:17 DEBUG : file1: reading active writers 2026/06/08 03:25:17 DEBUG : Looking for writers 2026/06/08 03:25:17 DEBUG : dir: reading active writers 2026/06/08 03:25:17 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.28s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:17 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:17 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:17 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/08 03:25:17 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:17 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/08 03:25:17 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/08 03:25:17 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:17 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/06/08 03:25:17 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/06/08 03:25:17 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/06/08 03:25:17 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/08 03:25:17 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/06/08 03:25:17 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/06/08 03:25:17 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:17 DEBUG : dir: Looking for writers 2026/06/08 03:25:17 DEBUG : file1: reading active writers 2026/06/08 03:25:17 DEBUG : Looking for writers 2026/06/08 03:25:17 DEBUG : dir: reading active writers 2026/06/08 03:25:17 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.26s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:17 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:17 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:17 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/08 03:25:17 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:17 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/08 03:25:17 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/08 03:25:17 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:17 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/06/08 03:25:17 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/06/08 03:25:17 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/06/08 03:25:17 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/08 03:25:17 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/06/08 03:25:17 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/06/08 03:25:17 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/06/08 03:25:17 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/06/08 03:25:17 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/06/08 03:25:17 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/06/08 03:25:17 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/06/08 03:25:17 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/06/08 03:25:17 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/06/08 03:25:17 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/06/08 03:25:17 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/06/08 03:25:17 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/06/08 03:25:17 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/06/08 03:25:17 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/06/08 03:25:17 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:17 DEBUG : dir: Looking for writers 2026/06/08 03:25:17 DEBUG : file1: reading active writers 2026/06/08 03:25:17 DEBUG : Looking for writers 2026/06/08 03:25:17 DEBUG : dir: reading active writers 2026/06/08 03:25:17 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.38s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:17 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:17 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:17 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/08 03:25:17 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:17 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/08 03:25:17 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/08 03:25:17 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:17 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:17 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:17 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:17 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:17 DEBUG : dir: Looking for writers 2026/06/08 03:25:17 DEBUG : file1: reading active writers 2026/06/08 03:25:17 DEBUG : Looking for writers 2026/06/08 03:25:17 DEBUG : dir: reading active writers 2026/06/08 03:25:17 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.31s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:17 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:18 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:18 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/08 03:25:18 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:18 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/08 03:25:18 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/08 03:25:18 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/08 03:25:18 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:18 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:18 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:18 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:18 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/06/08 03:25:18 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:18 DEBUG : dir: Looking for writers 2026/06/08 03:25:18 DEBUG : file1: reading active writers 2026/06/08 03:25:18 DEBUG : Looking for writers 2026/06/08 03:25:18 DEBUG : dir: reading active writers 2026/06/08 03:25:18 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.30s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:18 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:18 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:18 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:18 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/08 03:25:18 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:18 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/08 03:25:18 DEBUG : dir/file1: newRWFileHandle: 2026/06/08 03:25:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/08 03:25:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/08 03:25:18 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a481a5900): _readAt: size=1, off=0 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a481a5900): openPending: 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:18 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:18 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/08 03:25:18 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/08 03:25:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a481a5900): >openPending: err= 2026/06/08 03:25:18 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/08 03:25:18 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/08 03:25:18 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:18 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a481a5900): >_readAt: n=1, err= 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a481a5900): _readAt: size=256, off=1 2026/06/08 03:25:18 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a481a5900): >_readAt: n=15, err=EOF 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a481a5900): _readAt: size=16, off=16 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a481a5900): >_readAt: n=0, err=EOF 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a481a5900): close: 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a481a5900): >close: err= 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a481a5900): close: 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a481a5900): >close: err=file already closed 2026/06/08 03:25:18 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:18 DEBUG : dir: Looking for writers 2026/06/08 03:25:18 DEBUG : file1: reading active writers 2026/06/08 03:25:18 DEBUG : Looking for writers 2026/06/08 03:25:18 DEBUG : dir: reading active writers 2026/06/08 03:25:18 DEBUG : >WaitForWriters: 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.31s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:18 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:18 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:18 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:18 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/08 03:25:18 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:18 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/08 03:25:18 DEBUG : dir/file1: newRWFileHandle: 2026/06/08 03:25:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/08 03:25:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/08 03:25:18 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a47e267c0): _readAt: size=1, off=0 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a47e267c0): openPending: 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:18 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:18 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/08 03:25:18 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/08 03:25:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a47e267c0): >openPending: err= 2026/06/08 03:25:18 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/08 03:25:18 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/08 03:25:18 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:18 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a47e267c0): >_readAt: n=1, err= 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a47e267c0): _readAt: size=1, off=5 2026/06/08 03:25:18 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a47e267c0): >_readAt: n=1, err= 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a47e267c0): _readAt: size=1, off=3 2026/06/08 03:25:18 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a47e267c0): >_readAt: n=1, err= 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a47e267c0): _readAt: size=1, off=13 2026/06/08 03:25:18 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a47e267c0): >_readAt: n=1, err= 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a47e267c0): _readAt: size=16, off=100 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a47e267c0): >_readAt: n=0, err=EOF 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a47e267c0): close: 2026/06/08 03:25:18 DEBUG : dir/file1(0x309a47e267c0): >close: err= 2026/06/08 03:25:18 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:18 DEBUG : dir: Looking for writers 2026/06/08 03:25:18 DEBUG : file1: reading active writers 2026/06/08 03:25:18 DEBUG : Looking for writers 2026/06/08 03:25:18 DEBUG : dir: reading active writers 2026/06/08 03:25:18 DEBUG : >WaitForWriters: 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.31s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:18 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:18 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:18 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:19 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:19 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/08 03:25:19 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:19 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/08 03:25:19 DEBUG : dir/file1: newRWFileHandle: 2026/06/08 03:25:19 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/08 03:25:19 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/08 03:25:19 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a4797c700): _readAt: size=1, off=0 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a4797c700): openPending: 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:19 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:19 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/08 03:25:19 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/08 03:25:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a4797c700): >openPending: err= 2026/06/08 03:25:19 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/08 03:25:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/08 03:25:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:19 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a4797c700): >_readAt: n=1, err= 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a4797c700): _readAt: size=1, off=5 2026/06/08 03:25:19 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a4797c700): >_readAt: n=1, err= 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a4797c700): _readAt: size=1, off=1 2026/06/08 03:25:19 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a4797c700): >_readAt: n=1, err= 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a4797c700): _readAt: size=6, off=10 2026/06/08 03:25:19 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a4797c700): >_readAt: n=6, err= 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a4797c700): _readAt: size=256, off=10 2026/06/08 03:25:19 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a4797c700): >_readAt: n=6, err=EOF 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a4797c700): _readAt: size=256, off=100 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a4797c700): >_readAt: n=0, err=EOF 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a4797c700): close: 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a4797c700): >close: err= 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a4797c700): _readAt: size=256, off=100 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a4797c700): >_readAt: n=0, err=file already closed 2026/06/08 03:25:19 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:19 DEBUG : dir: Looking for writers 2026/06/08 03:25:19 DEBUG : file1: reading active writers 2026/06/08 03:25:19 DEBUG : Looking for writers 2026/06/08 03:25:19 DEBUG : dir: reading active writers 2026/06/08 03:25:19 DEBUG : >WaitForWriters: 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.33s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:19 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:19 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:19 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:19 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/08 03:25:19 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:19 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/08 03:25:19 DEBUG : dir/file1: newRWFileHandle: 2026/06/08 03:25:19 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/08 03:25:19 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/08 03:25:19 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a47dc1340): RWFileHandle.Flush 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a47dc1340): _readAt: size=256, off=0 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a47dc1340): openPending: 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:19 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:19 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/08 03:25:19 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/08 03:25:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a47dc1340): >openPending: err= 2026/06/08 03:25:19 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/06/08 03:25:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/08 03:25:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:19 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a47dc1340): >_readAt: n=16, err=EOF 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a47dc1340): RWFileHandle.Flush 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a47dc1340): RWFileHandle.Flush 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a47dc1340): close: 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a47dc1340): >close: err= 2026/06/08 03:25:19 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:19 DEBUG : dir: Looking for writers 2026/06/08 03:25:19 DEBUG : file1: reading active writers 2026/06/08 03:25:19 DEBUG : Looking for writers 2026/06/08 03:25:19 DEBUG : dir: reading active writers 2026/06/08 03:25:19 DEBUG : >WaitForWriters: 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.33s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:19 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:19 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:19 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:19 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/08 03:25:19 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:19 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/08 03:25:19 DEBUG : dir/file1: newRWFileHandle: 2026/06/08 03:25:19 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/08 03:25:19 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/08 03:25:19 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a47dec780): _readAt: size=256, off=0 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a47dec780): openPending: 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:19 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:19 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/08 03:25:19 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/08 03:25:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a47dec780): >openPending: err= 2026/06/08 03:25:19 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/06/08 03:25:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/08 03:25:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:19 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a47dec780): >_readAt: n=16, err=EOF 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a47dec780): RWFileHandle.Release 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a47dec780): close: 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a47dec780): >close: err= 2026/06/08 03:25:19 DEBUG : dir/file1(0x309a47dec780): RWFileHandle.Release 2026/06/08 03:25:19 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:19 DEBUG : dir: Looking for writers 2026/06/08 03:25:19 DEBUG : file1: reading active writers 2026/06/08 03:25:19 DEBUG : Looking for writers 2026/06/08 03:25:19 DEBUG : dir: reading active writers 2026/06/08 03:25:19 DEBUG : >WaitForWriters: 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.31s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:19 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:19 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:19 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:19 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:19 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:19 DEBUG : file1: newRWFileHandle: 2026/06/08 03:25:19 DEBUG : file1(0x309a4797dac0): openPending: 2026/06/08 03:25:19 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:19 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:19 DEBUG : file1(0x309a4797dac0): >openPending: err= 2026/06/08 03:25:19 DEBUG : file1: >newRWFileHandle: err= 2026/06/08 03:25:19 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:19 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/08 03:25:19 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/08 03:25:19 DEBUG : file1(0x309a4797dac0): _writeAt: size=5, off=0 2026/06/08 03:25:19 DEBUG : file1(0x309a4797dac0): >_writeAt: n=5, err= 2026/06/08 03:25:19 DEBUG : file1(0x309a4797dac0): _writeAt: size=7, off=5 2026/06/08 03:25:19 DEBUG : file1(0x309a4797dac0): >_writeAt: n=7, err= 2026/06/08 03:25:19 DEBUG : file1: vfs cache: truncate to size=11 2026/06/08 03:25:19 DEBUG : file1(0x309a4797dac0): close: 2026/06/08 03:25:19 DEBUG : file1: vfs cache: setting modification time to 2026-06-08 03:25:19.896493474 +0000 UTC m=+26.243294422 2026/06/08 03:25:19 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:19 DEBUG : file1(0x309a4797dac0): >close: err= 2026/06/08 03:25:19 DEBUG : file1(0x309a4797dac0): close: 2026/06/08 03:25:19 DEBUG : file1(0x309a4797dac0): >close: err=file already closed 2026/06/08 03:25:19 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:19 DEBUG : Looking for writers 2026/06/08 03:25:19 DEBUG : file1: reading active writers 2026/06/08 03:25:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/08 03:25:19 DEBUG : Looking for writers 2026/06/08 03:25:19 DEBUG : file1: reading active writers 2026/06/08 03:25:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/08 03:25:19 DEBUG : Looking for writers 2026/06/08 03:25:19 DEBUG : file1: reading active writers 2026/06/08 03:25:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/08 03:25:19 DEBUG : Looking for writers 2026/06/08 03:25:19 DEBUG : file1: reading active writers 2026/06/08 03:25:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/08 03:25:19 DEBUG : file1: vfs cache: starting upload 2026/06/08 03:25:20 DEBUG : file1.c405956b.partial: size = 11 OK 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1.c405956b.partial" 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1.c405956b.partial 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1.c405956b.partial" 2026/06/08 03:25:20 DEBUG : Looking for writers 2026/06/08 03:25:20 DEBUG : file1: reading active writers 2026/06/08 03:25:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kaqejuk8tero/file1.c405956b.partial 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:20 DEBUG : file1.c405956b.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/08 03:25:20 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/08 03:25:20 DEBUG : file1.c405956b.partial: renamed to: file1 2026/06/08 03:25:20 INFO : file1: Copied (new) 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:20 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/08 03:25:20 DEBUG : file1: vfs cache: fingerprint now "11,2026-06-08 03:25:19 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/06/08 03:25:20 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/08 03:25:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:20 INFO : file1: vfs cache: upload succeeded try #1 2026/06/08 03:25:20 DEBUG : Looking for writers 2026/06/08 03:25:20 DEBUG : file1: reading active writers 2026/06/08 03:25:20 DEBUG : >WaitForWriters: 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:20 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:20 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/08 03:25:20 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:20 DEBUG : Looking for writers 2026/06/08 03:25:20 DEBUG : file1: reading active writers 2026/06/08 03:25:20 DEBUG : >WaitForWriters: 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.53s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:20 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:20 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:20 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:20 DEBUG : file1: newRWFileHandle: 2026/06/08 03:25:20 DEBUG : file1(0x309a4776a840): openPending: 2026/06/08 03:25:20 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:20 DEBUG : file1(0x309a4776a840): >openPending: err= 2026/06/08 03:25:20 DEBUG : file1: >newRWFileHandle: err= 2026/06/08 03:25:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:20 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/08 03:25:20 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/08 03:25:20 DEBUG : file1(0x309a4776a840): _writeAt: size=7, off=0 2026/06/08 03:25:20 DEBUG : file1(0x309a4776a840): >_writeAt: n=7, err= 2026/06/08 03:25:20 DEBUG : file1(0x309a4776a840): _writeAt: size=6, off=5 2026/06/08 03:25:20 DEBUG : file1(0x309a4776a840): >_writeAt: n=6, err= 2026/06/08 03:25:20 DEBUG : file1(0x309a4776a840): close: 2026/06/08 03:25:20 DEBUG : file1: vfs cache: setting modification time to 2026-06-08 03:25:20.427708748 +0000 UTC m=+26.774509695 2026/06/08 03:25:20 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:20 DEBUG : file1(0x309a4776a840): >close: err= 2026/06/08 03:25:20 DEBUG : file1(0x309a4776a840): _writeAt: size=5, off=0 2026/06/08 03:25:20 DEBUG : file1(0x309a4776a840): >_writeAt: n=0, err=file already closed 2026/06/08 03:25:20 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:20 DEBUG : Looking for writers 2026/06/08 03:25:20 DEBUG : file1: reading active writers 2026/06/08 03:25:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/08 03:25:20 DEBUG : Looking for writers 2026/06/08 03:25:20 DEBUG : file1: reading active writers 2026/06/08 03:25:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/08 03:25:20 DEBUG : Looking for writers 2026/06/08 03:25:20 DEBUG : file1: reading active writers 2026/06/08 03:25:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/08 03:25:20 DEBUG : Looking for writers 2026/06/08 03:25:20 DEBUG : file1: reading active writers 2026/06/08 03:25:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/08 03:25:20 DEBUG : file1: vfs cache: starting upload 2026/06/08 03:25:20 DEBUG : file1.0d21ae00.partial: size = 11 OK 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1.0d21ae00.partial" 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1.0d21ae00.partial 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1.0d21ae00.partial" 2026/06/08 03:25:20 DEBUG : Looking for writers 2026/06/08 03:25:20 DEBUG : file1: reading active writers 2026/06/08 03:25:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kaqejuk8tero/file1.0d21ae00.partial 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:20 DEBUG : file1.0d21ae00.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/08 03:25:20 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/08 03:25:20 DEBUG : file1.0d21ae00.partial: renamed to: file1 2026/06/08 03:25:20 INFO : file1: Copied (new) 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:20 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/08 03:25:20 DEBUG : file1: vfs cache: fingerprint now "11,2026-06-08 03:25:20 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/06/08 03:25:20 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/08 03:25:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:20 INFO : file1: vfs cache: upload succeeded try #1 2026/06/08 03:25:20 DEBUG : Looking for writers 2026/06/08 03:25:20 DEBUG : file1: reading active writers 2026/06/08 03:25:20 DEBUG : >WaitForWriters: 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:20 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:20 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/08 03:25:20 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:20 DEBUG : Looking for writers 2026/06/08 03:25:20 DEBUG : file1: reading active writers 2026/06/08 03:25:20 DEBUG : >WaitForWriters: 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.52s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:20 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:20 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:20 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:20 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:20 DEBUG : file1: newRWFileHandle: 2026/06/08 03:25:20 DEBUG : file1(0x309a4749ec80): openPending: 2026/06/08 03:25:20 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:20 DEBUG : file1(0x309a4749ec80): >openPending: err= 2026/06/08 03:25:20 DEBUG : file1: >newRWFileHandle: err= 2026/06/08 03:25:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:20 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/08 03:25:20 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/08 03:25:20 DEBUG : file1(0x309a4749ec80): close: 2026/06/08 03:25:20 DEBUG : file1: vfs cache: setting modification time to 2026-06-08 03:25:20.94419397 +0000 UTC m=+27.290994937 2026/06/08 03:25:20 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:20 DEBUG : file1(0x309a4749ec80): >close: err= 2026/06/08 03:25:20 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/08 03:25:20 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/08 03:25:20 DEBUG : file2: newRWFileHandle: 2026/06/08 03:25:20 DEBUG : file2(0x309a4749f340): openPending: 2026/06/08 03:25:20 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:20 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/08 03:25:20 DEBUG : file2(0x309a4749f340): >openPending: err= 2026/06/08 03:25:20 DEBUG : file2: >newRWFileHandle: err= 2026/06/08 03:25:20 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/08 03:25:20 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/06/08 03:25:20 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/06/08 03:25:20 DEBUG : file2(0x309a4749f340): RWFileHandle.Flush 2026/06/08 03:25:20 DEBUG : file2(0x309a4749f340): RWFileHandle.Release 2026/06/08 03:25:20 DEBUG : file2(0x309a4749f340): close: 2026/06/08 03:25:20 DEBUG : file2: vfs cache: setting modification time to 2026-06-08 03:25:20.94563151 +0000 UTC m=+27.292432478 2026/06/08 03:25:20 INFO : file2: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:20 DEBUG : file2(0x309a4749f340): >close: err= 2026/06/08 03:25:20 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:20 DEBUG : Looking for writers 2026/06/08 03:25:20 DEBUG : file1: reading active writers 2026/06/08 03:25:20 DEBUG : file2: reading active writers 2026/06/08 03:25:20 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/06/08 03:25:20 DEBUG : Looking for writers 2026/06/08 03:25:20 DEBUG : file1: reading active writers 2026/06/08 03:25:20 DEBUG : file2: reading active writers 2026/06/08 03:25:20 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/06/08 03:25:20 DEBUG : Looking for writers 2026/06/08 03:25:20 DEBUG : file1: reading active writers 2026/06/08 03:25:20 DEBUG : file2: reading active writers 2026/06/08 03:25:20 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/06/08 03:25:21 DEBUG : Looking for writers 2026/06/08 03:25:21 DEBUG : file1: reading active writers 2026/06/08 03:25:21 DEBUG : file2: reading active writers 2026/06/08 03:25:21 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/06/08 03:25:21 DEBUG : file2: vfs cache: starting upload 2026/06/08 03:25:21 DEBUG : file1: vfs cache: starting upload 2026/06/08 03:25:21 DEBUG : file1.ace2c591.partial: size = 0 OK 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1.ace2c591.partial" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1.ace2c591.partial 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1.ace2c591.partial" 2026/06/08 03:25:21 DEBUG : file2.251604aa.partial: size = 0 OK 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file2.251604aa.partial" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file2.251604aa.partial 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file2.251604aa.partial" 2026/06/08 03:25:21 DEBUG : Looking for writers 2026/06/08 03:25:21 DEBUG : file1: reading active writers 2026/06/08 03:25:21 DEBUG : file2: reading active writers 2026/06/08 03:25:21 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kaqejuk8tero/file1.ace2c591.partial 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:21 DEBUG : file1.ace2c591.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kaqejuk8tero/file2.251604aa.partial 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:21 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/08 03:25:21 DEBUG : file2.251604aa.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/08 03:25:21 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/08 03:25:21 DEBUG : file1.ace2c591.partial: renamed to: file1 2026/06/08 03:25:21 INFO : file1: Copied (new) 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:21 DEBUG : file2.251604aa.partial: renamed to: file2 2026/06/08 03:25:21 INFO : file2: Copied (new) 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file2" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file2 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file2" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kaqejuk8tero/file2 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:21 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/08 03:25:21 DEBUG : file2: vfs cache: fingerprint now "0,2026-06-08 03:25:20 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/06/08 03:25:21 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/06/08 03:25:21 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/08 03:25:21 INFO : file2: vfs cache: upload succeeded try #1 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:21 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/08 03:25:21 DEBUG : file1: vfs cache: fingerprint now "0,2026-06-08 03:25:20 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/06/08 03:25:21 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/08 03:25:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:21 INFO : file1: vfs cache: upload succeeded try #1 2026/06/08 03:25:21 DEBUG : Looking for writers 2026/06/08 03:25:21 DEBUG : file1: reading active writers 2026/06/08 03:25:21 DEBUG : file2: reading active writers 2026/06/08 03:25:21 DEBUG : >WaitForWriters: 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:21 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:21 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file2" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file2 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file2" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kaqejuk8tero/file2 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:21 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file2" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/file2 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/file2" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-kaqejuk8tero/file2 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:21 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/08 03:25:21 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:21 DEBUG : Looking for writers 2026/06/08 03:25:21 DEBUG : file1: reading active writers 2026/06/08 03:25:21 DEBUG : file2: reading active writers 2026/06/08 03:25:21 DEBUG : >WaitForWriters: 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.71s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:21 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:21 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:21 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:21 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:21 DEBUG : file1: newRWFileHandle: 2026/06/08 03:25:21 DEBUG : file1(0x309a47e7ed40): openPending: 2026/06/08 03:25:21 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:21 DEBUG : file1(0x309a47e7ed40): >openPending: err= 2026/06/08 03:25:21 DEBUG : file1: >newRWFileHandle: err= 2026/06/08 03:25:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:21 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/08 03:25:21 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/08 03:25:21 DEBUG : file1(0x309a47e7ed40): _writeAt: size=5, off=0 2026/06/08 03:25:21 DEBUG : file1(0x309a47e7ed40): >_writeAt: n=5, err= 2026/06/08 03:25:21 DEBUG : file1(0x309a47e7ed40): RWFileHandle.Flush 2026/06/08 03:25:21 DEBUG : file1(0x309a47e7ed40): RWFileHandle.Flush 2026/06/08 03:25:21 DEBUG : file1(0x309a47e7ed40): close: 2026/06/08 03:25:21 DEBUG : file1: vfs cache: setting modification time to 2026-06-08 03:25:21.656183241 +0000 UTC m=+28.002984208 2026/06/08 03:25:21 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:21 DEBUG : file1(0x309a47e7ed40): >close: err= 2026/06/08 03:25:21 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:21 DEBUG : Looking for writers 2026/06/08 03:25:21 DEBUG : file1: reading active writers 2026/06/08 03:25:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/08 03:25:21 DEBUG : Looking for writers 2026/06/08 03:25:21 DEBUG : file1: reading active writers 2026/06/08 03:25:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/08 03:25:21 DEBUG : Looking for writers 2026/06/08 03:25:21 DEBUG : file1: reading active writers 2026/06/08 03:25:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/08 03:25:21 DEBUG : Looking for writers 2026/06/08 03:25:21 DEBUG : file1: reading active writers 2026/06/08 03:25:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/08 03:25:21 DEBUG : file1: vfs cache: starting upload 2026/06/08 03:25:21 DEBUG : file1.0b12f007.partial: size = 5 OK 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1.0b12f007.partial" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1.0b12f007.partial 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1.0b12f007.partial" 2026/06/08 03:25:21 DEBUG : Looking for writers 2026/06/08 03:25:21 DEBUG : file1: reading active writers 2026/06/08 03:25:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kaqejuk8tero/file1.0b12f007.partial 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:21 DEBUG : file1.0b12f007.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/08 03:25:21 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/08 03:25:21 DEBUG : file1.0b12f007.partial: renamed to: file1 2026/06/08 03:25:21 INFO : file1: Copied (new) 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:21 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/08 03:25:21 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-08 03:25:21 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/08 03:25:21 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/08 03:25:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:21 INFO : file1: vfs cache: upload succeeded try #1 2026/06/08 03:25:21 DEBUG : Looking for writers 2026/06/08 03:25:21 DEBUG : file1: reading active writers 2026/06/08 03:25:21 DEBUG : >WaitForWriters: 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:21 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:21 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:21 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:21 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:21 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:21 DEBUG : file1: newRWFileHandle: 2026/06/08 03:25:21 DEBUG : file1(0x309a47e7f6c0): openPending: 2026/06/08 03:25:21 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:21 DEBUG : file1(0x309a47e7f6c0): >openPending: err= 2026/06/08 03:25:21 DEBUG : file1: >newRWFileHandle: err= 2026/06/08 03:25:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:21 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/08 03:25:21 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/08 03:25:21 DEBUG : file1(0x309a47e7f6c0): _writeAt: size=5, off=0 2026/06/08 03:25:21 DEBUG : file1(0x309a47e7f6c0): >_writeAt: n=5, err= 2026/06/08 03:25:21 DEBUG : file1(0x309a47e7f6c0): RWFileHandle.Release 2026/06/08 03:25:21 DEBUG : file1(0x309a47e7f6c0): close: 2026/06/08 03:25:21 DEBUG : file1: vfs cache: setting modification time to 2026-06-08 03:25:21.974772996 +0000 UTC m=+28.321573943 2026/06/08 03:25:21 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:21 DEBUG : file1(0x309a47e7f6c0): >close: err= 2026/06/08 03:25:21 DEBUG : file1(0x309a47e7f6c0): RWFileHandle.Release 2026/06/08 03:25:21 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:21 DEBUG : Looking for writers 2026/06/08 03:25:21 DEBUG : file1: reading active writers 2026/06/08 03:25:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/08 03:25:21 DEBUG : Looking for writers 2026/06/08 03:25:21 DEBUG : file1: reading active writers 2026/06/08 03:25:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/08 03:25:22 DEBUG : Looking for writers 2026/06/08 03:25:22 DEBUG : file1: reading active writers 2026/06/08 03:25:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/08 03:25:22 DEBUG : Looking for writers 2026/06/08 03:25:22 DEBUG : file1: reading active writers 2026/06/08 03:25:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/08 03:25:22 DEBUG : file1: vfs cache: starting upload 2026/06/08 03:25:22 DEBUG : file1.532e7d4c.partial: size = 5 OK 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1.532e7d4c.partial" 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1.532e7d4c.partial 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1.532e7d4c.partial" 2026/06/08 03:25:22 DEBUG : Looking for writers 2026/06/08 03:25:22 DEBUG : file1: reading active writers 2026/06/08 03:25:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kaqejuk8tero/file1.532e7d4c.partial 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:22 DEBUG : file1.532e7d4c.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/08 03:25:22 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/08 03:25:22 DEBUG : file1.532e7d4c.partial: renamed to: file1 2026/06/08 03:25:22 INFO : file1: Copied (new) 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:22 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/08 03:25:22 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-08 03:25:21 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/08 03:25:22 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/08 03:25:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:22 INFO : file1: vfs cache: upload succeeded try #1 2026/06/08 03:25:22 DEBUG : Looking for writers 2026/06/08 03:25:22 DEBUG : file1: reading active writers 2026/06/08 03:25:22 DEBUG : >WaitForWriters: 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:22 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:22 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:22 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/08 03:25:22 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/06/08 03:25:22 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/08 03:25:22 DEBUG : dir/file1: newRWFileHandle: 2026/06/08 03:25:22 DEBUG : dir/file1(0x309a47867b40): openPending: 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:22 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/08 03:25:22 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/08 03:25:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:22 DEBUG : dir/file1(0x309a47867b40): >openPending: err= 2026/06/08 03:25:22 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/08 03:25:22 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/08 03:25:22 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/08 03:25:22 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/08 03:25:22 DEBUG : dir/file1(0x309a47867b40): _writeAt: size=5, off=0 2026/06/08 03:25:22 DEBUG : dir/file1(0x309a47867b40): >_writeAt: n=5, err= 2026/06/08 03:25:22 DEBUG : dir/file1(0x309a47867b40): close: 2026/06/08 03:25:22 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:22 DEBUG : dir/file1: vfs cache: setting modification time to 2026-06-08 03:25:22.590285858 +0000 UTC m=+28.937086796 2026/06/08 03:25:22 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:22 DEBUG : dir/file1(0x309a47867b40): >close: err= 2026/06/08 03:25:22 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:22 DEBUG : dir: Looking for writers 2026/06/08 03:25:22 DEBUG : file1: reading active writers 2026/06/08 03:25:22 DEBUG : Looking for writers 2026/06/08 03:25:22 DEBUG : dir: reading active writers 2026/06/08 03:25:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/08 03:25:22 DEBUG : dir: Looking for writers 2026/06/08 03:25:22 DEBUG : file1: reading active writers 2026/06/08 03:25:22 DEBUG : Looking for writers 2026/06/08 03:25:22 DEBUG : dir: reading active writers 2026/06/08 03:25:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/08 03:25:22 DEBUG : dir: Looking for writers 2026/06/08 03:25:22 DEBUG : file1: reading active writers 2026/06/08 03:25:22 DEBUG : Looking for writers 2026/06/08 03:25:22 DEBUG : dir: reading active writers 2026/06/08 03:25:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/08 03:25:22 DEBUG : dir: Looking for writers 2026/06/08 03:25:22 DEBUG : file1: reading active writers 2026/06/08 03:25:22 DEBUG : Looking for writers 2026/06/08 03:25:22 DEBUG : dir: reading active writers 2026/06/08 03:25:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/08 03:25:22 DEBUG : dir/file1: vfs cache: starting upload 2026/06/08 03:25:22 DEBUG : dir/file1.f62848b7.partial: size = 5 OK 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1.f62848b7.partial" 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1.f62848b7.partial 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1.f62848b7.partial" 2026/06/08 03:25:22 DEBUG : dir: Looking for writers 2026/06/08 03:25:22 DEBUG : file1: reading active writers 2026/06/08 03:25:22 DEBUG : Looking for writers 2026/06/08 03:25:22 DEBUG : dir: reading active writers 2026/06/08 03:25:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kaqejuk8tero/dir/file1.f62848b7.partial 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:22 DEBUG : dir/file1.f62848b7.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/08 03:25:22 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/08 03:25:22 DEBUG : dir/file1.f62848b7.partial: renamed to: dir/file1 2026/06/08 03:25:22 INFO : dir/file1: Copied (replaced existing) 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:22 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/08 03:25:22 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-06-08 03:25:22 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/08 03:25:22 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/08 03:25:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:22 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/08 03:25:22 DEBUG : dir: Looking for writers 2026/06/08 03:25:22 DEBUG : file1: reading active writers 2026/06/08 03:25:22 DEBUG : Looking for writers 2026/06/08 03:25:22 DEBUG : dir: reading active writers 2026/06/08 03:25:22 DEBUG : >WaitForWriters: 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.62s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:22 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:22 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:22 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:23 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/08 03:25:23 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : dir/file1: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:23 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/08 03:25:23 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/08 03:25:23 DEBUG : dir/file1(0x309a481a5d80): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : dir/file1(0x309a481a5d80): openPending: 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/08 03:25:23 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/08 03:25:23 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/08 03:25:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:23 DEBUG : dir/file1(0x309a481a5d80): >openPending: err= 2026/06/08 03:25:23 DEBUG : dir/file1(0x309a481a5d80): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : dir/file1(0x309a481a5d80): _writeAt: size=15, off=5 2026/06/08 03:25:23 DEBUG : dir/file1(0x309a481a5d80): >_writeAt: n=15, err= 2026/06/08 03:25:23 DEBUG : dir/file1(0x309a481a5d80): close: 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/06/08 03:25:23 DEBUG : dir/file1: vfs cache: setting modification time to 2026-06-08 03:25:23.207955301 +0000 UTC m=+29.554756248 2026/06/08 03:25:23 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : dir/file1(0x309a481a5d80): >close: err= 2026/06/08 03:25:23 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:23 DEBUG : dir: Looking for writers 2026/06/08 03:25:23 DEBUG : file1: reading active writers 2026/06/08 03:25:23 DEBUG : Looking for writers 2026/06/08 03:25:23 DEBUG : dir: reading active writers 2026/06/08 03:25:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/08 03:25:23 DEBUG : dir: Looking for writers 2026/06/08 03:25:23 DEBUG : file1: reading active writers 2026/06/08 03:25:23 DEBUG : Looking for writers 2026/06/08 03:25:23 DEBUG : dir: reading active writers 2026/06/08 03:25:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/08 03:25:23 DEBUG : dir: Looking for writers 2026/06/08 03:25:23 DEBUG : file1: reading active writers 2026/06/08 03:25:23 DEBUG : Looking for writers 2026/06/08 03:25:23 DEBUG : dir: reading active writers 2026/06/08 03:25:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/08 03:25:23 DEBUG : dir: Looking for writers 2026/06/08 03:25:23 DEBUG : file1: reading active writers 2026/06/08 03:25:23 DEBUG : Looking for writers 2026/06/08 03:25:23 DEBUG : dir: reading active writers 2026/06/08 03:25:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/08 03:25:23 DEBUG : dir/file1: vfs cache: starting upload 2026/06/08 03:25:23 DEBUG : dir/file1.72867313.partial: size = 20 OK 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1.72867313.partial" 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1.72867313.partial 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1.72867313.partial" 2026/06/08 03:25:23 DEBUG : dir: Looking for writers 2026/06/08 03:25:23 DEBUG : file1: reading active writers 2026/06/08 03:25:23 DEBUG : Looking for writers 2026/06/08 03:25:23 DEBUG : dir: reading active writers 2026/06/08 03:25:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-kaqejuk8tero/dir/file1.72867313.partial 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:23 DEBUG : dir/file1.72867313.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/06/08 03:25:23 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/06/08 03:25:23 DEBUG : dir/file1.72867313.partial: renamed to: dir/file1 2026/06/08 03:25:23 INFO : dir/file1: Copied (replaced existing) 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:23 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/06/08 03:25:23 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-06-08 03:25:23 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/06/08 03:25:23 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/08 03:25:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:23 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/08 03:25:23 DEBUG : dir: Looking for writers 2026/06/08 03:25:23 DEBUG : file1: reading active writers 2026/06/08 03:25:23 DEBUG : Looking for writers 2026/06/08 03:25:23 DEBUG : dir: reading active writers 2026/06/08 03:25:23 DEBUG : >WaitForWriters: 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.62s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:23 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:23 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:23 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : file1: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : file1(0x309a4834aa00): openPending: 2026/06/08 03:25:23 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:23 DEBUG : file1(0x309a4834aa00): >openPending: err= 2026/06/08 03:25:23 DEBUG : file1: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:23 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/08 03:25:23 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/08 03:25:23 DEBUG : file1(0x309a4834aa00): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : file1(0x309a4834aa00): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : file1(0x309a4834aa00): close: 2026/06/08 03:25:23 DEBUG : file1: vfs cache: setting modification time to 2026-06-08 03:25:23.528983072 +0000 UTC m=+29.875784019 2026/06/08 03:25:23 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : file1(0x309a4834aa00): >close: err= 2026/06/08 03:25:23 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:23 DEBUG : Looking for writers 2026/06/08 03:25:23 DEBUG : file1: reading active writers 2026/06/08 03:25:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/08 03:25:23 DEBUG : Looking for writers 2026/06/08 03:25:23 DEBUG : file1: reading active writers 2026/06/08 03:25:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/08 03:25:23 DEBUG : Looking for writers 2026/06/08 03:25:23 DEBUG : file1: reading active writers 2026/06/08 03:25:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/08 03:25:23 DEBUG : Looking for writers 2026/06/08 03:25:23 DEBUG : file1: reading active writers 2026/06/08 03:25:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/08 03:25:23 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-kaqejuk8tero/dir/file1: no such file or directory 2026/06/08 03:25:23 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-kaqejuk8tero/dir/file1: no such file or directory 2026/06/08 03:25:23 DEBUG : file1: vfs cache: starting upload 2026/06/08 03:25:23 DEBUG : file1.11b91bd4.partial: size = 5 OK 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1.11b91bd4.partial" 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1.11b91bd4.partial 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1.11b91bd4.partial" 2026/06/08 03:25:23 DEBUG : Looking for writers 2026/06/08 03:25:23 DEBUG : file1: reading active writers 2026/06/08 03:25:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kaqejuk8tero/file1.11b91bd4.partial 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:23 DEBUG : file1.11b91bd4.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/08 03:25:23 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/08 03:25:23 DEBUG : file1.11b91bd4.partial: renamed to: file1 2026/06/08 03:25:23 INFO : file1: Copied (new) 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:23 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/08 03:25:23 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-08 03:25:23 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/08 03:25:23 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:23 INFO : file1: vfs cache: upload succeeded try #1 2026/06/08 03:25:23 DEBUG : Looking for writers 2026/06/08 03:25:23 DEBUG : file1: reading active writers 2026/06/08 03:25:23 DEBUG : >WaitForWriters: 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:23 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:23 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/06/08 03:25:23 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834b240): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834b240): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834b240): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834b240): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834b240): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.848963801 +0000 UTC m=+30.195764748 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834b240): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834b6c0): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834b6c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834b6c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834b6c0): >_readAt: n=2, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834b6c0): _writeAt: size=3, off=2 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834b6c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834b6c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.848963801 +0000 UTC m=+30.195764748 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834b6c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834bb80): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834bb80): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834bb80): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834bb80): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834bb80): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.848963801 +0000 UTC m=+30.195764748 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4834bb80): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47c42310 item 1 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f162c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f162c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f162c0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f162c0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f162c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.851009352 +0000 UTC m=+30.197810319 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f162c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f167c0): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f167c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f167c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f167c0): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f167c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.851009352 +0000 UTC m=+30.197810319 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f167c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47c42cb0 item 2 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f16e00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f16e00): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f16e00): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f16e00): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f16e00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.852752532 +0000 UTC m=+30.199553479 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f16e00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17280): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17280): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17280): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17280): >_readAt: n=2, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17280): _writeAt: size=3, off=2 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17280): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17280): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.852752532 +0000 UTC m=+30.199553479 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17280): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17740): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17740): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17740): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17740): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17740): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.852752532 +0000 UTC m=+30.199553479 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17740): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47c43490 item 3 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17dc0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17dc0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17dc0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17dc0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17dc0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.854897842 +0000 UTC m=+30.201698789 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f17dc0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34400): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34400): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34400): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34400): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34400): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.854897842 +0000 UTC m=+30.201698789 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34400): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47c43ab0 item 4 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34a40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34a40): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34a40): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34a40): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34a40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.856776628 +0000 UTC m=+30.203577575 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34a40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34ec0): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34ec0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34ec0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34ec0): >_readAt: n=2, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34ec0): _writeAt: size=3, off=2 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34ec0): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34ec0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.856776628 +0000 UTC m=+30.203577575 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f34ec0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f35380): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f35380): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f35380): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f35380): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f35380): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.856776628 +0000 UTC m=+30.203577575 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f35380): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477ae0e0 item 5 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f35a00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f35a00): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f35a00): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f35a00): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f35a00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.859401637 +0000 UTC m=+30.206202585 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f35a00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f50040): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f50040): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f50040): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f50040): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f50040): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.859401637 +0000 UTC m=+30.206202585 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f50040): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477ae930 item 6 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f506c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f506c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f506c0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f506c0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f506c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.861044387 +0000 UTC m=+30.207845334 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f506c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f50bc0): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f50bc0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f50bc0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f50bc0): >_readAt: n=2, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f50bc0): _writeAt: size=3, off=2 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f50bc0): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f50bc0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.861044387 +0000 UTC m=+30.207845334 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f50bc0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f51080): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f51080): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f51080): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f51080): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f51080): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.861044387 +0000 UTC m=+30.207845334 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f51080): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477aeee0 item 7 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f51700): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f51700): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f51700): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f51700): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f51700): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.863335152 +0000 UTC m=+30.210136099 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f51700): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f51c40): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f51c40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f51c40): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f51c40): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f51c40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.863335152 +0000 UTC m=+30.210136099 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f51c40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477afa40 item 8 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f66300): _readAt: size=2, off=0 2026/06/08 03:25:23 ERROR : open-test-file(0x309a47f66300): Couldn't read size of file 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f66300): >_readAt: n=0, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f66300): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f66300): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f66300): close: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f66300): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f666c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f666c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f666c0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f666c0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f666c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.865922399 +0000 UTC m=+30.212723346 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f666c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797da00): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797da00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797da00): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797da00): >_readAt: n=2, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797da00): _writeAt: size=3, off=2 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797da00): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797da00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.865922399 +0000 UTC m=+30.212723346 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797da00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f66180): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f66180): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f66180): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f66180): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f66180): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.865922399 +0000 UTC m=+30.212723346 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f66180): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47c471f0 item 9 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f66f80): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f66f80): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f66f80): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f66f80): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f66f80): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.869344837 +0000 UTC m=+30.216145784 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f66f80): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f674c0): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f674c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f674c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f674c0): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f674c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.869344837 +0000 UTC m=+30.216145784 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f674c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47982b60 item 10 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f67b00): _readAt: size=2, off=0 2026/06/08 03:25:23 ERROR : open-test-file(0x309a47f67b00): Couldn't read size of file 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f67b00): >_readAt: n=0, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f67b00): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f67b00): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f67b00): close: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f67b00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f67ec0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f67ec0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f67ec0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f67ec0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f67ec0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.870787068 +0000 UTC m=+30.217588015 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f67ec0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc0540): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc0540): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc0540): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc0540): >_readAt: n=2, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc0540): _writeAt: size=3, off=2 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc0540): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc0540): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.870787068 +0000 UTC m=+30.217588015 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc0540): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc0a40): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc0a40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc0a40): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc0a40): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc0a40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.870787068 +0000 UTC m=+30.217588015 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc0a40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47982fc0 item 11 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc10c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc10c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc10c0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc10c0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc10c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.872656867 +0000 UTC m=+30.219457814 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc10c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc1600): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc1600): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc1600): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc1600): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc1600): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.872656867 +0000 UTC m=+30.219457814 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc1600): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47983650 item 12 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc1c40): _readAt: size=2, off=0 2026/06/08 03:25:23 ERROR : open-test-file(0x309a47dc1c40): Couldn't read size of file 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc1c40): >_readAt: n=0, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc1c40): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc1c40): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc1c40): close: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dc1c40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d76100): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d76100): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d76100): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d76100): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d76100): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.874113263 +0000 UTC m=+30.220914210 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d76100): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d76840): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d76840): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d76840): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d76840): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d76840): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.874113263 +0000 UTC m=+30.220914210 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d76840): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47826000 item 13 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d76ec0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d76ec0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d76ec0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d76ec0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d76ec0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.875472306 +0000 UTC m=+30.222273253 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d76ec0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d77400): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d77400): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d77400): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d77400): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d77400): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.875472306 +0000 UTC m=+30.222273253 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d77400): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47826690 item 14 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d77a40): _readAt: size=2, off=0 2026/06/08 03:25:23 ERROR : open-test-file(0x309a47d77a40): Couldn't read size of file 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d77a40): >_readAt: n=0, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d77a40): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d77a40): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d77a40): close: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d77a40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d77e00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d77e00): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d77e00): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d77e00): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d77e00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.876978065 +0000 UTC m=+30.223779032 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d77e00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797c5c0): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797c5c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797c5c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797c5c0): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797c5c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.876978065 +0000 UTC m=+30.223779032 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797c5c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47826a80 item 15 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 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/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797cc40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797cc40): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797cc40): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797cc40): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797cc40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.878476321 +0000 UTC m=+30.225277259 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797cc40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797d180): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797d180): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797d180): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797d180): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797d180): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.878476321 +0000 UTC m=+30.225277259 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4797d180): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a478273b0 item 16 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4776a780): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4776a780): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4776a780): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4776a780): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4776a780): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.8801662 +0000 UTC m=+30.226967147 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4776a780): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749e280): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749e280): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749e280): open at offset 5 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749e280): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749e280): >_readAt: n=2, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749e280): _writeAt: size=3, off=7 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749e280): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749e280): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.8801662 +0000 UTC m=+30.226967147 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749e280): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749ebc0): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749ebc0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749ebc0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749ebc0): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749ebc0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.8801662 +0000 UTC m=+30.226967147 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749ebc0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47827c70 item 17 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749f480): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749f480): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749f480): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749f480): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749f480): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.881973642 +0000 UTC m=+30.228774589 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749f480): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749fc40): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749fc40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749fc40): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749fc40): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749fc40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.881973642 +0000 UTC m=+30.228774589 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4749fc40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ec310 item 18 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a477cb740): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a477cb740): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a477cb740): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a477cb740): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a477cb740): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.88333073 +0000 UTC m=+30.230131667 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a477cb740): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a477cbd40): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a477cbd40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a477cbd40): open at offset 5 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a477cbd40): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a477cbd40): >_readAt: n=2, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a477cbd40): _writeAt: size=3, off=7 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a477cbd40): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a477cbd40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.88333073 +0000 UTC m=+30.230131667 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a477cbd40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820e380): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820e380): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820e380): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820e380): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820e380): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.88333073 +0000 UTC m=+30.230131667 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820e380): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ec770 item 19 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820ea40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820ea40): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820ea40): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820ea40): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820ea40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.885059773 +0000 UTC m=+30.231860720 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820ea40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820ef80): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820ef80): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820ef80): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820ef80): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820ef80): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.885059773 +0000 UTC m=+30.231860720 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820ef80): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ecd90 item 20 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820f600): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820f600): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820f600): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820f600): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820f600): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.886486423 +0000 UTC m=+30.233287370 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820f600): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820fb00): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820fb00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820fb00): open at offset 5 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820fb00): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820fb00): >_readAt: n=2, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820fb00): _writeAt: size=3, off=7 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820fb00): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820fb00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.886486423 +0000 UTC m=+30.233287370 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a4820fb00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47866b40): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47866b40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47866b40): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47866b40): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47866b40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.886486423 +0000 UTC m=+30.233287370 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47866b40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ed1f0 item 21 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47867400): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47867400): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47867400): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47867400): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47867400): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.888316737 +0000 UTC m=+30.235117705 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47867400): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47867a80): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47867a80): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47867a80): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47867a80): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47867a80): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.888316737 +0000 UTC m=+30.235117705 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47867a80): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ed8f0 item 22 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4280): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4280): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4280): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4280): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4280): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.889534883 +0000 UTC m=+30.236335820 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4280): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4780): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4780): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4780): open at offset 5 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4780): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4780): >_readAt: n=2, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4780): _writeAt: size=3, off=7 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4780): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4780): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.889534883 +0000 UTC m=+30.236335820 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4780): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4c80): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4c80): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4c80): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4c80): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4c80): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.889534883 +0000 UTC m=+30.236335820 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a4c80): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480edc70 item 23 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 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/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a5300): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a5300): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a5300): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a5300): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a5300): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.89136112 +0000 UTC m=+30.238162067 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a5300): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a5840): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a5840): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a5840): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a5840): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a5840): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.89136112 +0000 UTC m=+30.238162067 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a5840): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47c46460 item 24 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a5e80): _readAt: size=2, off=0 2026/06/08 03:25:23 ERROR : open-test-file(0x309a481a5e80): Couldn't read size of file 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a5e80): >_readAt: n=0, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a5e80): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a5e80): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a5e80): close: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a481a5e80): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0340): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0340): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0340): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0340): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0340): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.892725834 +0000 UTC m=+30.239526781 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0340): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0840): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0840): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0840): open at offset 5 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0840): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0840): >_readAt: n=2, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0840): _writeAt: size=3, off=7 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0840): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0840): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.892725834 +0000 UTC m=+30.239526781 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0840): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0d80): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0d80): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0d80): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0d80): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0d80): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.892725834 +0000 UTC m=+30.239526781 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f0d80): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47c46a10 item 25 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f1400): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f1400): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f1400): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f1400): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f1400): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.894667939 +0000 UTC m=+30.241468876 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f1400): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f1940): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f1940): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f1940): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f1940): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f1940): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.894667939 +0000 UTC m=+30.241468876 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a478f1940): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47c47c70 item 26 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4080): _readAt: size=2, off=0 2026/06/08 03:25:23 ERROR : open-test-file(0x309a479c4080): Couldn't read size of file 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4080): >_readAt: n=0, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4080): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4080): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4080): close: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4080): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4440): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4440): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4440): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4440): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4440): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.895868652 +0000 UTC m=+30.242669588 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4440): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4940): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4940): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4940): open at offset 5 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4940): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4940): >_readAt: n=2, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4940): _writeAt: size=3, off=7 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4940): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4940): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.895868652 +0000 UTC m=+30.242669588 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4940): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4e80): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4e80): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4e80): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4e80): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4e80): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.895868652 +0000 UTC m=+30.242669588 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c4e80): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4781e4d0 item 27 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 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/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c5500): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c5500): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c5500): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c5500): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c5500): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.897464403 +0000 UTC m=+30.244265340 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c5500): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c5a40): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c5a40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c5a40): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c5a40): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c5a40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.897464403 +0000 UTC m=+30.244265340 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479c5a40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4781ed20 item 28 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e0180): _readAt: size=2, off=0 2026/06/08 03:25:23 ERROR : open-test-file(0x309a479e0180): Couldn't read size of file 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e0180): >_readAt: n=0, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e0180): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e0180): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e0180): close: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e0180): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e0540): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e0540): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e0540): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e0540): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e0540): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.898747931 +0000 UTC m=+30.245548878 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e0540): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e0c00): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e0c00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e0c00): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e0c00): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e0c00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.898747931 +0000 UTC m=+30.245548878 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e0c00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4781f340 item 29 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 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/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e1280): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e1280): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e1280): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e1280): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e1280): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.900120791 +0000 UTC m=+30.246921728 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e1280): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e17c0): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e17c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e17c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e17c0): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e17c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.900120791 +0000 UTC m=+30.246921728 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e17c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4781f8f0 item 30 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 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/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e1e00): _readAt: size=2, off=0 2026/06/08 03:25:23 ERROR : open-test-file(0x309a479e1e00): Couldn't read size of file 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e1e00): >_readAt: n=0, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e1e00): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e1e00): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e1e00): close: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a479e1e00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0c2c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0c2c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0c2c0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0c2c0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0c2c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.90149966 +0000 UTC m=+30.248300597 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0c2c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0c980): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0c980): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0c980): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0c980): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0c980): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.90149966 +0000 UTC m=+30.248300597 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0c980): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4781fd50 item 31 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 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/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0d000): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0d000): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0d000): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0d000): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0d000): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.902694071 +0000 UTC m=+30.249495008 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0d000): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0d540): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0d540): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0d540): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0d540): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0d540): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.902694071 +0000 UTC m=+30.249495008 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0d540): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48180380 item 32 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0db80): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0db80): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0db80): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0db80): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0db80): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.903962272 +0000 UTC m=+30.250763209 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a0db80): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2c100): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2c100): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2c100): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2c100): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2c100): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48180700 item 33 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2c100): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2c100): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.904415269 +0000 UTC m=+30.251216206 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2c100): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2c600): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2c600): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2c600): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2c600): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2c600): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.904415269 +0000 UTC m=+30.251216206 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2c600): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48180a10 item 33 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2cc40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2cc40): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2cc40): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2cc40): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2cc40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.905669172 +0000 UTC m=+30.252470110 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2cc40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2d0c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2d0c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48180e00 item 34 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2d0c0): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2d0c0): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2d0c0): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2d0c0): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2d0c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.906160863 +0000 UTC m=+30.252961800 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2d0c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2d600): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2d600): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2d600): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2d600): >_readAt: n=3, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2d600): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.906160863 +0000 UTC m=+30.252961800 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2d600): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48181030 item 34 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2dc40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2dc40): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2dc40): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2dc40): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2dc40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.907318664 +0000 UTC m=+30.254119601 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a2dc40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a421c0): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a421c0): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a421c0): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a421c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a421c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481813b0 item 35 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a421c0): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a421c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.907752726 +0000 UTC m=+30.254553663 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a421c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a426c0): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a426c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a426c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a426c0): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a426c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.907752726 +0000 UTC m=+30.254553663 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a426c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48181570 item 35 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a42d40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a42d40): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a42d40): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a42d40): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a42d40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.908994877 +0000 UTC m=+30.255795814 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a42d40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43240): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43240): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48181a40 item 36 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43240): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43240): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43240): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43240): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43240): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.90956717 +0000 UTC m=+30.256368107 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43240): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43780): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43780): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43780): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43780): >_readAt: n=3, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43780): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.90956717 +0000 UTC m=+30.256368107 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43780): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48181c00 item 36 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43dc0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43dc0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43dc0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43dc0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43dc0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.910798441 +0000 UTC m=+30.257599378 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a43dc0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5e340): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5e340): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5e340): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5e340): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5e340): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a483861c0 item 37 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5e340): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5e340): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.911230138 +0000 UTC m=+30.258031076 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5e340): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5e840): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5e840): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5e840): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5e840): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5e840): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.911230138 +0000 UTC m=+30.258031076 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5e840): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a483863f0 item 37 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5eec0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5eec0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5eec0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5eec0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5eec0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.913258296 +0000 UTC m=+30.260059243 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5eec0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5f3c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5f3c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48386770 item 38 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5f3c0): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5f3c0): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5f3c0): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5f3c0): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5f3c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.913839507 +0000 UTC m=+30.260640444 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5f3c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5f900): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5f900): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5f900): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5f900): >_readAt: n=3, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5f900): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.913839507 +0000 UTC m=+30.260640444 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47a5f900): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48386930 item 38 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60080): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60080): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60080): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60080): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60080): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.91514082 +0000 UTC m=+30.261941758 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60080): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60580): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60580): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60580): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60580): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60580): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48386d90 item 39 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60580): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60580): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.915609196 +0000 UTC m=+30.262410134 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60580): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60a80): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60a80): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60a80): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60a80): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60a80): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.915609196 +0000 UTC m=+30.262410134 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b60a80): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48386fc0 item 39 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61100): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61100): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61100): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61100): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61100): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.9167573 +0000 UTC m=+30.263558237 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61100): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61600): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61600): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48387340 item 40 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61600): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61600): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61600): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61600): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61600): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.917313191 +0000 UTC m=+30.264114128 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61600): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61b40): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61b40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61b40): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61b40): >_readAt: n=3, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61b40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.917313191 +0000 UTC m=+30.264114128 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b61b40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48387500 item 40 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88200): openPending: 2026/06/08 03:25:23 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-kaqejuk8tero/dir/file1: no such file or directory 2026/06/08 03:25:23 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-kaqejuk8tero/dir/file1: no such file or directory 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88200): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88200): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88200): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88200): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88200): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88200): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.91859069 +0000 UTC m=+30.265391637 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88200): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88700): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88700): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88700): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48387880 item 41 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88700): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88700): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.919132686 +0000 UTC m=+30.265933634 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88700): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88bc0): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88bc0): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88bc0): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88bc0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88bc0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48387a40 item 41 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88bc0): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88bc0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.919620088 +0000 UTC m=+30.266421035 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b88bc0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89100): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89100): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89100): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89100): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89100): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.919620088 +0000 UTC m=+30.266421035 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89100): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48387c00 item 41 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89740): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89740): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89740): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89740): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89740): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89740): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89740): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.920997697 +0000 UTC m=+30.267798633 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89740): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89c40): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89c40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89c40): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ba0e0 item 42 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89c40): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89c40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.921506078 +0000 UTC m=+30.268307016 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47b89c40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4280): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4280): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ba310 item 42 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4280): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4280): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4280): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4280): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4280): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.922124078 +0000 UTC m=+30.268925025 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4280): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4800): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4800): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4800): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4800): >_readAt: n=3, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4800): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.922124078 +0000 UTC m=+30.268925025 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4800): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ba4d0 item 42 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4e40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4e40): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4e40): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4e40): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4e40): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4e40): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4e40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.923566708 +0000 UTC m=+30.270367655 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba4e40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5340): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5340): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5340): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ba8c0 item 43 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5340): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5340): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.924066173 +0000 UTC m=+30.270867121 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5340): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5880): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5880): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5880): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5880): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5880): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480baa80 item 43 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5880): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5880): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.924591017 +0000 UTC m=+30.271391964 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5880): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5dc0): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5dc0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5dc0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5dc0): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5dc0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.924591017 +0000 UTC m=+30.271391964 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ba5dc0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480bac40 item 43 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbe500): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbe500): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbe500): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbe500): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbe500): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbe500): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbe500): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.925968305 +0000 UTC m=+30.272769252 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbe500): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbea00): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbea00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbea00): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480bb110 item 44 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbea00): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbea00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.926590172 +0000 UTC m=+30.273391119 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbea00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbef40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbef40): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480bb2d0 item 44 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbef40): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbef40): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbef40): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbef40): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbef40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.927188855 +0000 UTC m=+30.273989802 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbef40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbf4c0): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbf4c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbf4c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbf4c0): >_readAt: n=3, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbf4c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.927188855 +0000 UTC m=+30.273989802 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbf4c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480bb490 item 44 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbfb00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbfb00): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbfb00): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbfb00): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbfb00): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbfb00): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbfb00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.928511969 +0000 UTC m=+30.275312906 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47cbfb00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8180): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8180): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8180): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc4000 item 45 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8180): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8180): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.9293577 +0000 UTC m=+30.276158637 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8180): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8880): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8880): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8880): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8880): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8880): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.9293577 +0000 UTC m=+30.276158637 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8880): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc41c0 item 45 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8ec0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8ec0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8ec0): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8ec0): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8ec0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8ec0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8ec0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.931229312 +0000 UTC m=+30.278030250 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be8ec0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be93c0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be93c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be93c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc4770 item 46 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be93c0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be93c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.931915831 +0000 UTC m=+30.278716768 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be93c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be9ac0): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be9ac0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be9ac0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be9ac0): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be9ac0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.931915831 +0000 UTC m=+30.278716768 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47be9ac0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc4a10 item 46 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16200): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16200): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16200): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16200): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16200): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16200): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16200): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.933572708 +0000 UTC m=+30.280373646 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16200): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16700): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16700): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16700): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc4d90 item 47 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16700): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16700): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.934159438 +0000 UTC m=+30.280960385 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16700): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16e00): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16e00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16e00): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16e00): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16e00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.934159438 +0000 UTC m=+30.280960385 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d16e00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc4f50 item 47 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 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/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d17440): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d17440): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d17440): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d17440): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d17440): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d17440): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d17440): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.935881879 +0000 UTC m=+30.282682816 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d17440): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d17940): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d17940): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d17940): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc52d0 item 48 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d17940): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d17940): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.936542208 +0000 UTC m=+30.283343146 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d17940): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3a140): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3a140): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3a140): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3a140): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3a140): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.936542208 +0000 UTC m=+30.283343146 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3a140): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc5490 item 48 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3a780): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3a780): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3a780): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3a780): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3a780): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.93813843 +0000 UTC m=+30.284939377 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3a780): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3ac00): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3ac00): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3ac00): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3ac00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3ac00): open at offset 5 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3ac00): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc5810 item 49 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3ac00): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3ac00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.938636271 +0000 UTC m=+30.285437209 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3ac00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3b140): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3b140): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3b140): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3b140): >_readAt: n=8, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3b140): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.938636271 +0000 UTC m=+30.285437209 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3b140): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc59d0 item 49 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3b7c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3b7c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3b7c0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3b7c0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3b7c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.939917748 +0000 UTC m=+30.286718684 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3b7c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3bcc0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3bcc0): open at offset 5 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3bcc0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48106000 item 50 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3bcc0): _readAt: size=2, off=5 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3bcc0): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3bcc0): _writeAt: size=3, off=5 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3bcc0): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3bcc0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.940416401 +0000 UTC m=+30.287217339 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d3bcc0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d58340): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d58340): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d58340): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d58340): >_readAt: n=3, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d58340): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.940416401 +0000 UTC m=+30.287217339 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d58340): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481061c0 item 50 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d589c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d589c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d589c0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d589c0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d589c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.941544828 +0000 UTC m=+30.288345764 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d589c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d58ec0): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d58ec0): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d58ec0): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d58ec0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d58ec0): open at offset 5 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d58ec0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48106a80 item 51 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d58ec0): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d58ec0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.941998396 +0000 UTC m=+30.288799333 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d58ec0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d59400): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d59400): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d59400): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d59400): >_readAt: n=8, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d59400): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.941998396 +0000 UTC m=+30.288799333 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d59400): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48106d20 item 51 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d59a80): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d59a80): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d59a80): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d59a80): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d59a80): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.943225529 +0000 UTC m=+30.290026466 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d59a80): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8e080): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8e080): open at offset 5 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8e080): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48107110 item 52 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8e080): _readAt: size=2, off=5 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8e080): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8e080): _writeAt: size=3, off=5 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8e080): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8e080): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.943717089 +0000 UTC m=+30.290518027 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8e080): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8e600): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8e600): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8e600): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8e600): >_readAt: n=3, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8e600): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.943717089 +0000 UTC m=+30.290518027 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8e600): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481072d0 item 52 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8ec80): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8ec80): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8ec80): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8ec80): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8ec80): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.944954912 +0000 UTC m=+30.291755850 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8ec80): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8f180): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8f180): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8f180): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8f180): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8f180): open at offset 5 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8f180): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481079d0 item 53 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8f180): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8f180): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.94540289 +0000 UTC m=+30.292203826 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8f180): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8f6c0): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8f6c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8f6c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8f6c0): >_readAt: n=8, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8f6c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.94540289 +0000 UTC m=+30.292203826 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8f6c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48107ce0 item 53 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8fd40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8fd40): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8fd40): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8fd40): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8fd40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.946513903 +0000 UTC m=+30.293314840 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47d8fd40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbc340): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbc340): open at offset 5 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbc340): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824a1c0 item 54 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbc340): _readAt: size=2, off=5 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbc340): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbc340): _writeAt: size=3, off=5 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbc340): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbc340): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.947061239 +0000 UTC m=+30.293862176 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbc340): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbc8c0): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbc8c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbc8c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbc8c0): >_readAt: n=3, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbc8c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.947061239 +0000 UTC m=+30.293862176 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbc8c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824a380 item 54 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbcf40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbcf40): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbcf40): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbcf40): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbcf40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.948135472 +0000 UTC m=+30.294936410 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbcf40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbd440): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbd440): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbd440): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbd440): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbd440): open at offset 5 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbd440): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824a700 item 55 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbd440): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbd440): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.948669954 +0000 UTC m=+30.295470890 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbd440): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbd980): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbd980): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbd980): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbd980): >_readAt: n=8, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbd980): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.948669954 +0000 UTC m=+30.295470890 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47dbd980): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824a8c0 item 55 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 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/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08100): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08100): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08100): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08100): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08100): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.950035469 +0000 UTC m=+30.296836406 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08100): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08600): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08600): open at offset 5 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08600): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824ac40 item 56 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08600): _readAt: size=2, off=5 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08600): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08600): _writeAt: size=3, off=5 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08600): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08600): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.950686982 +0000 UTC m=+30.297487919 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08600): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08b80): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08b80): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08b80): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08b80): >_readAt: n=3, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08b80): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.950686982 +0000 UTC m=+30.297487919 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e08b80): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824ae00 item 56 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e091c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e091c0): open at offset 0 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e091c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e091c0): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e091c0): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e091c0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e091c0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e091c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.952407418 +0000 UTC m=+30.299208356 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e091c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e09700): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e09700): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e09700): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824b260 item 57 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e09700): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e09700): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.953138312 +0000 UTC m=+30.299939269 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e09700): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e09c40): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e09c40): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e09c40): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e09c40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e09c40): open at offset 5 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e09c40): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824b490 item 57 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e09c40): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e09c40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.953938196 +0000 UTC m=+30.300739133 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e09c40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e242c0): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e242c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e242c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e242c0): >_readAt: n=8, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e242c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.953938196 +0000 UTC m=+30.300739133 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e242c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824b6c0 item 57 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e24900): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e24900): open at offset 0 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e24900): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e24900): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e24900): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e24900): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e24900): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e24900): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.95594809 +0000 UTC m=+30.302749026 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e24900): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e24e40): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e24e40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e24e40): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824bab0 item 58 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e24e40): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e24e40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.956467995 +0000 UTC m=+30.303268931 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e24e40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e25380): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e25380): open at offset 5 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e25380): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824bc70 item 58 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e25380): _readAt: size=2, off=5 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e25380): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e25380): _writeAt: size=3, off=5 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e25380): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e25380): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.957175543 +0000 UTC m=+30.303976481 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e25380): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e25940): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e25940): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e25940): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e25940): >_readAt: n=3, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e25940): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.957175543 +0000 UTC m=+30.303976481 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e25940): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477f03f0 item 58 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4c080): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4c080): open at offset 0 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4c080): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4c080): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4c080): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4c080): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4c080): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4c080): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.958519808 +0000 UTC m=+30.305320745 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4c080): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4c5c0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4c5c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4c5c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477f1ab0 item 59 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4c5c0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4c5c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.958979748 +0000 UTC m=+30.305780685 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4c5c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4cb00): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4cb00): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4cb00): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4cb00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4cb00): open at offset 5 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4cb00): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477f1c70 item 59 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4cb00): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4cb00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.959761117 +0000 UTC m=+30.306562055 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4cb00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4d080): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4d080): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4d080): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4d080): >_readAt: n=8, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4d080): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.959761117 +0000 UTC m=+30.306562055 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4d080): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477fc000 item 59 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 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/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4d6c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4d6c0): open at offset 0 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4d6c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4d6c0): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4d6c0): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4d6c0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4d6c0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4d6c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.960960156 +0000 UTC m=+30.307761094 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4d6c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4dc00): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4dc00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4dc00): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477fc690 item 60 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4dc00): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4dc00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.961466204 +0000 UTC m=+30.308267172 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e4dc00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66240): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66240): open at offset 5 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66240): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477fc8c0 item 60 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66240): _readAt: size=2, off=5 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66240): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66240): _writeAt: size=3, off=5 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66240): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66240): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.961990297 +0000 UTC m=+30.308791234 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66240): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66800): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66800): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66800): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66800): >_readAt: n=3, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66800): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.961990297 +0000 UTC m=+30.308791234 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66800): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477fcbd0 item 60 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66e40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66e40): open at offset 0 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66e40): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66e40): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66e40): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66e40): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66e40): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66e40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.963552574 +0000 UTC m=+30.310353511 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e66e40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e67380): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e67380): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e67380): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477fd730 item 61 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e67380): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e67380): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.964164191 +0000 UTC m=+30.310965128 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e67380): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e67a80): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e67a80): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e67a80): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e67a80): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e67a80): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.964164191 +0000 UTC m=+30.310965128 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e67a80): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477fd8f0 item 61 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 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/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e841c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e841c0): open at offset 0 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e841c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e841c0): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e841c0): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e841c0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e841c0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e841c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.965549213 +0000 UTC m=+30.312350150 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e841c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e84700): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e84700): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e84700): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477fdce0 item 62 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e84700): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e84700): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.966042727 +0000 UTC m=+30.312843664 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e84700): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e84e00): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e84e00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e84e00): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e84e00): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e84e00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.966042727 +0000 UTC m=+30.312843664 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e84e00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47568310 item 62 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 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/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e85440): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e85440): open at offset 0 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e85440): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e85440): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e85440): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e85440): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e85440): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e85440): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.967871609 +0000 UTC m=+30.314672546 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e85440): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e85980): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e85980): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e85980): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47569570 item 63 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e85980): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e85980): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.968356476 +0000 UTC m=+30.315157413 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e85980): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9c180): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9c180): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9c180): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9c180): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9c180): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.968356476 +0000 UTC m=+30.315157413 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9c180): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a482320e0 item 63 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 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/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9c7c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9c7c0): open at offset 0 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9c7c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9c7c0): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9c7c0): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9c7c0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9c7c0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9c7c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.969916169 +0000 UTC m=+30.316717105 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9c7c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9cd00): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9cd00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9cd00): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48232690 item 64 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9cd00): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9cd00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.970376309 +0000 UTC m=+30.317177246 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9cd00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9d400): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9d400): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9d400): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9d400): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9d400): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.970376309 +0000 UTC m=+30.317177246 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9d400): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a482328c0 item 64 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9da40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9da40): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9da40): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9da40): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9da40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.971660431 +0000 UTC m=+30.318461367 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9da40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDWR 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9dec0): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9dec0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9dec0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9dec0): >_readAt: n=2, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9dec0): _writeAt: size=3, off=2 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48232e70 item 65 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9dec0): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9dec0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.972260056 +0000 UTC m=+30.319060993 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47e9dec0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebc4c0): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebc4c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebc4c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebc4c0): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebc4c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.972260056 +0000 UTC m=+30.319060993 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebc4c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48233110 item 65 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebcb00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebcb00): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebcb00): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebcb00): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebcb00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.973551149 +0000 UTC m=+30.320352087 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebcb00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebcf80): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebcf80): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48233500 item 66 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebcf80): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebcf80): >_readAt: n=0, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebcf80): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebcf80): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebcf80): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.974236547 +0000 UTC m=+30.321037483 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebcf80): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebd4c0): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebd4c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebd4c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebd4c0): >_readAt: n=3, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebd4c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.974236547 +0000 UTC m=+30.321037483 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebd4c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a482336c0 item 66 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebdb00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebdb00): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebdb00): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebdb00): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebdb00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.975525786 +0000 UTC m=+30.322326723 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ebdb00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4080): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4080): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4080): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4080): >_readAt: n=2, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4080): _writeAt: size=3, off=2 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48233a40 item 67 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4080): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4080): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.976036283 +0000 UTC m=+30.322837221 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4080): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4580): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4580): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4580): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4580): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4580): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.976036283 +0000 UTC m=+30.322837221 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4580): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47864000 item 67 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4c00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4c00): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4c00): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4c00): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4c00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.977476058 +0000 UTC m=+30.324276995 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed4c00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5100): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5100): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47864f50 item 68 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5100): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5100): >_readAt: n=0, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5100): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5100): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5100): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.978198355 +0000 UTC m=+30.324999292 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5100): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5640): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5640): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5640): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5640): >_readAt: n=3, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5640): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.978198355 +0000 UTC m=+30.324999292 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5640): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47865420 item 68 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5c80): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5c80): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5c80): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5c80): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5c80): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.979443042 +0000 UTC m=+30.326243978 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ed5c80): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4200): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4200): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4200): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4200): >_readAt: n=2, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4200): _writeAt: size=3, off=2 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47865c00 item 69 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4200): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4200): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.980017539 +0000 UTC m=+30.326818495 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4200): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4700): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4700): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4700): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4700): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4700): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.980017539 +0000 UTC m=+30.326818495 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4700): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47865e30 item 69 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4d80): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4d80): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4d80): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4d80): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4d80): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.982757064 +0000 UTC m=+30.329558001 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef4d80): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef5280): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef5280): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48354310 item 70 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef5280): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef5280): >_readAt: n=0, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef5280): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef5280): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef5280): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.98362166 +0000 UTC m=+30.330422597 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef5280): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef57c0): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef57c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef57c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef57c0): >_readAt: n=3, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef57c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.98362166 +0000 UTC m=+30.330422597 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef57c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a483544d0 item 70 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef5e40): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef5e40): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef5e40): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef5e40): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef5e40): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.985394796 +0000 UTC m=+30.332195734 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47ef5e40): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1a440): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1a440): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1a440): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1a440): >_readAt: n=2, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1a440): _writeAt: size=3, off=2 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48354930 item 71 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1a440): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1a440): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.986174352 +0000 UTC m=+30.332975299 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1a440): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1a940): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1a940): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1a940): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1a940): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1a940): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.986174352 +0000 UTC m=+30.332975299 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1a940): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48354af0 item 71 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1afc0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1afc0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1afc0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1afc0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1afc0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.987988145 +0000 UTC m=+30.334789082 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1afc0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1b4c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1b4c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48354e70 item 72 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1b4c0): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1b4c0): >_readAt: n=0, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1b4c0): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1b4c0): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1b4c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.988579545 +0000 UTC m=+30.335380482 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1b4c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1ba00): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1ba00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1ba00): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1ba00): >_readAt: n=3, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1ba00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.988579545 +0000 UTC m=+30.335380482 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f1ba00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a483550a0 item 72 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f460c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f460c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f460c0): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f460c0): >_readAt: n=0, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f460c0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f460c0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f460c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.989941132 +0000 UTC m=+30.336742069 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f460c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f465c0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f465c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f465c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48355420 item 73 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f465c0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f465c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.990445717 +0000 UTC m=+30.337246654 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f465c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f46a80): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f46a80): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f46a80): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f46a80): >_readAt: n=2, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f46a80): _writeAt: size=3, off=2 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a483555e0 item 73 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f46a80): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f46a80): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.991097622 +0000 UTC m=+30.337898558 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f46a80): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f46fc0): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f46fc0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f46fc0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f46fc0): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f46fc0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.991097622 +0000 UTC m=+30.337898558 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f46fc0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48355880 item 73 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f47600): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f47600): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f47600): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f47600): >_readAt: n=0, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f47600): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f47600): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f47600): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.992437567 +0000 UTC m=+30.339238544 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f47600): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f47b00): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f47b00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f47b00): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48355c70 item 74 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f47b00): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f47b00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.992926202 +0000 UTC m=+30.339727139 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f47b00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f80140): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f80140): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48355e30 item 74 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f80140): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f80140): >_readAt: n=0, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f80140): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f80140): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f80140): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.993661324 +0000 UTC m=+30.340462330 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f80140): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f806c0): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f806c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f806c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f806c0): >_readAt: n=3, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f806c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.993661324 +0000 UTC m=+30.340462330 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f806c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a478542a0 item 74 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f80d00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f80d00): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f80d00): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f80d00): >_readAt: n=0, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f80d00): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f80d00): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f80d00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.994998545 +0000 UTC m=+30.341799482 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f80d00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81200): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81200): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81200): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47854d20 item 75 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81200): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81200): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.995650909 +0000 UTC m=+30.342451846 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81200): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81740): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81740): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81740): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81740): >_readAt: n=2, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81740): _writeAt: size=3, off=2 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47854fc0 item 75 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81740): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81740): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.996223352 +0000 UTC m=+30.343024289 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81740): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81c80): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81c80): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81c80): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81c80): >_readAt: n=5, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81c80): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.996223352 +0000 UTC m=+30.343024289 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f81c80): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: Remove: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47855570 item 75 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9e3c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9e3c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9e3c0): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9e3c0): >_readAt: n=0, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9e3c0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9e3c0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9e3c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.997947557 +0000 UTC m=+30.344748494 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9e3c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9e8c0): _writeAt: size=5, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9e8c0): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9e8c0): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47af8690 item 76 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9e8c0): >_writeAt: n=5, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9e8c0): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.998480895 +0000 UTC m=+30.345281833 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9e8c0): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9ee00): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9ee00): >openPending: err= 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47af8af0 item 76 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9ee00): _readAt: size=2, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9ee00): >_readAt: n=0, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9ee00): _writeAt: size=3, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9ee00): >_writeAt: n=3, err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9ee00): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.999139362 +0000 UTC m=+30.345940299 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9ee00): >close: err= 2026/06/08 03:25:23 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:23 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:23 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:23 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:23 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9f380): _readAt: size=512, off=0 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9f380): openPending: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:23 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9f380): >openPending: err= 2026/06/08 03:25:23 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9f380): >_readAt: n=3, err=EOF 2026/06/08 03:25:23 DEBUG : open-test-file(0x309a47f9f380): close: 2026/06/08 03:25:23 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:23.999139362 +0000 UTC m=+30.345940299 2026/06/08 03:25:23 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f9f380): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47af9110 item 76 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f9f9c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f9f9c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f9f9c0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f9f9c0): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f9f9c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f9f9c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f9f9c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.000727949 +0000 UTC m=+30.347528886 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f9f9c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f9fec0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f9fec0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f9fec0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47af9570 item 77 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f9fec0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f9fec0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.001448133 +0000 UTC m=+30.348249069 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f9fec0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fba6c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fba6c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fba6c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fba6c0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fba6c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.001448133 +0000 UTC m=+30.348249069 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fba6c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47af99d0 item 77 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbad00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbad00): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbad00): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbad00): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbad00): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbad00): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbad00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.003013435 +0000 UTC m=+30.349814372 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbad00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbb200): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbb200): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbb200): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b4230 item 78 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbb200): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbb200): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.003982179 +0000 UTC m=+30.350783116 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbb200): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbb900): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbb900): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbb900): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbb900): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbb900): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.003982179 +0000 UTC m=+30.350783116 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fbb900): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b43f0 item 78 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6040): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6040): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6040): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6040): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6040): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6040): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6040): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.005389021 +0000 UTC m=+30.352189959 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6040): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6540): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6540): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6540): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b4770 item 79 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6540): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6540): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.00620202 +0000 UTC m=+30.353002958 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6540): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6c40): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6c40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6c40): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6c40): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6c40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.00620202 +0000 UTC m=+30.353002958 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6c40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b4930 item 79 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7280): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7280): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7280): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7280): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7280): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7280): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7280): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.008378841 +0000 UTC m=+30.355179778 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7280): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c184c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c184c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c184c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47b00af0 item 80 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c184c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c184c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.008953879 +0000 UTC m=+30.355754816 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c184c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18b80): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18b80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18b80): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18b80): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18b80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.008953879 +0000 UTC m=+30.355754816 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18b80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ba070 item 80 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c191c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c191c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c191c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c191c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c191c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.011365885 +0000 UTC m=+30.358166822 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c191c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19640): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19640): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19640): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19640): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19640): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19640): _writeAt: size=3, off=7 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ba460 item 81 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19640): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19640): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.011849399 +0000 UTC m=+30.358650337 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19640): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19b80): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19b80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19b80): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19b80): >_readAt: n=8, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19b80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.011849399 +0000 UTC m=+30.358650337 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19b80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ba620 item 81 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6300): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6300): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6300): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6300): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6300): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.013523278 +0000 UTC m=+30.360324215 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6300): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6800): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6800): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6800): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480baa10 item 82 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6800): _readAt: size=2, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6800): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6800): _writeAt: size=3, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6800): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6800): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.014157528 +0000 UTC m=+30.360958465 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6800): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6d80): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6d80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6d80): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6d80): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6d80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.014157528 +0000 UTC m=+30.360958465 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd6d80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480babd0 item 82 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7600): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7600): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7600): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7600): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7600): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.015583989 +0000 UTC m=+30.362384926 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7600): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7b00): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7b00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7b00): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7b00): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7b00): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7b00): _writeAt: size=3, off=7 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480bb0a0 item 83 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7b00): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7b00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.016100857 +0000 UTC m=+30.362901804 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fd7b00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc01c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc01c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc01c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc01c0): >_readAt: n=8, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc01c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.016100857 +0000 UTC m=+30.362901804 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc01c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480bb260 item 83 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0840): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0840): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0840): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0840): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0840): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.01767646 +0000 UTC m=+30.364477397 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0840): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0d40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0d40): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0d40): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480bb5e0 item 84 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0d40): _readAt: size=2, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0d40): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0d40): _writeAt: size=3, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0d40): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0d40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.018295912 +0000 UTC m=+30.365096849 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0d40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc12c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc12c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc12c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc12c0): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc12c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.018295912 +0000 UTC m=+30.365096849 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc12c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480bb810 item 84 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1940): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1940): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1940): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1940): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1940): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.01953064 +0000 UTC m=+30.366331576 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1940): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1e40): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1e40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1e40): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1e40): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1e40): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1e40): _writeAt: size=3, off=7 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480bbb90 item 85 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1e40): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1e40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.020036947 +0000 UTC m=+30.366837885 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1e40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76500): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76500): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76500): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76500): >_readAt: n=8, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76500): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.020036947 +0000 UTC m=+30.366837885 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76500): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480bbdc0 item 85 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76b80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76b80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76b80): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76b80): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76b80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.021419724 +0000 UTC m=+30.368220661 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76b80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77080): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77080): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77080): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47b013b0 item 86 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77080): _readAt: size=2, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77080): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77080): _writeAt: size=3, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77080): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77080): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.021989272 +0000 UTC m=+30.368790209 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77080): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77600): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77600): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77600): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77600): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77600): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.021989272 +0000 UTC m=+30.368790209 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77600): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47b01730 item 86 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77c80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77c80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77c80): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77c80): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77c80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.023239299 +0000 UTC m=+30.370040235 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77c80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c280): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c280): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c280): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c280): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c280): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c280): _writeAt: size=3, off=7 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47b01c00 item 87 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c280): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c280): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.023844093 +0000 UTC m=+30.370645031 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c280): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c7c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c7c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c7c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c7c0): >_readAt: n=8, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c7c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.023844093 +0000 UTC m=+30.370645031 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c7c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b4070 item 87 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797ce40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797ce40): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797ce40): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797ce40): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797ce40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.025196022 +0000 UTC m=+30.371996959 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797ce40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d340): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d340): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d340): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b43f0 item 88 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d340): _readAt: size=2, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d340): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d340): _writeAt: size=3, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d340): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d340): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.026000735 +0000 UTC m=+30.372801692 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d340): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797dc00): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797dc00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797dc00): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797dc00): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797dc00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.026000735 +0000 UTC m=+30.372801692 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797dc00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b45b0 item 88 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4776acc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4776acc0): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4776acc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4776acc0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4776acc0): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4776acc0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4776acc0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4776acc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.027449628 +0000 UTC m=+30.374250565 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4776acc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749e780): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749e780): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749e780): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b4930 item 89 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749e780): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749e780): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.027943253 +0000 UTC m=+30.374744190 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749e780): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f0c0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f0c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f0c0): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f0c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f0c0): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f0c0): _writeAt: size=3, off=7 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b4c40 item 89 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f0c0): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f0c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.028637376 +0000 UTC m=+30.375438313 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f0c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f880): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f880): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f880): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f880): >_readAt: n=8, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f880): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.028637376 +0000 UTC m=+30.375438313 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f880): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b4fc0 item 89 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477ca440): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477ca440): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477ca440): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477ca440): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477ca440): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477ca440): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477ca440): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477ca440): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.030119962 +0000 UTC m=+30.376920919 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477ca440): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cb980): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cb980): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cb980): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b5490 item 90 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cb980): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cb980): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.030546991 +0000 UTC m=+30.377347928 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cb980): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47866a80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47866a80): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47866a80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b5650 item 90 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47866a80): _readAt: size=2, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47866a80): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47866a80): _writeAt: size=3, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47866a80): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47866a80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.031067505 +0000 UTC m=+30.377868452 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47866a80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867280): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867280): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867280): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867280): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867280): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.031067505 +0000 UTC m=+30.377868452 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867280): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b5810 item 90 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867a40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867a40): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867a40): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867a40): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867a40): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867a40): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867a40): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867a40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.032226109 +0000 UTC m=+30.379027046 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867a40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4080): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4080): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4080): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b5b90 item 91 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4080): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4080): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.032691791 +0000 UTC m=+30.379492727 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4080): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4640): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4640): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4640): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4640): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4640): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4640): _writeAt: size=3, off=7 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b5d50 item 91 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4640): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4640): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.033217645 +0000 UTC m=+30.380018582 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4640): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4bc0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4bc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4bc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4bc0): >_readAt: n=8, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4bc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.033217645 +0000 UTC m=+30.380018582 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4bc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a479821c0 item 91 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5200): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5200): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5200): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5200): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5200): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5200): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5200): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5200): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.034583021 +0000 UTC m=+30.381383958 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5200): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5740): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5740): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5740): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47982a80 item 92 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5740): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5740): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.035195489 +0000 UTC m=+30.381996436 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5740): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5c80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5c80): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5c80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47982d20 item 92 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5c80): _readAt: size=2, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5c80): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5c80): _writeAt: size=3, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5c80): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5c80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.035929679 +0000 UTC m=+30.382730615 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5c80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4340): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4340): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4340): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4340): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4340): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.035929679 +0000 UTC m=+30.382730615 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4340): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47982f50 item 92 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4980): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4980): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4980): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4980): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4980): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4980): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4980): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4980): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.037274945 +0000 UTC m=+30.384075882 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4980): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4ec0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4ec0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4ec0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47983490 item 93 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4ec0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4ec0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.03774766 +0000 UTC m=+30.384548598 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f4ec0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f55c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f55c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f55c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f55c0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f55c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.03774766 +0000 UTC m=+30.384548598 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f55c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47983650 item 93 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f5c00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f5c00): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f5c00): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f5c00): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f5c00): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f5c00): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f5c00): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f5c00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.03914779 +0000 UTC m=+30.385948727 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f5c00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4240): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4240): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4240): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47826000 item 94 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4240): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4240): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.03959155 +0000 UTC m=+30.386392487 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4240): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4940): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4940): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4940): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4940): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4940): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.03959155 +0000 UTC m=+30.386392487 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4940): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a478262a0 item 94 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4f80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4f80): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4f80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4f80): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4f80): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4f80): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4f80): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4f80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.040909004 +0000 UTC m=+30.387709941 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d4f80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d54c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d54c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d54c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a478268c0 item 95 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d54c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d54c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.041426383 +0000 UTC m=+30.388227320 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d54c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d5bc0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d5bc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d5bc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d5bc0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d5bc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.041426383 +0000 UTC m=+30.388227320 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477d5bc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47826a80 item 95 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478cc300): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478cc300): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478cc300): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478cc300): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478cc300): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478cc300): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478cc300): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478cc300): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.042776789 +0000 UTC m=+30.389577726 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478cc300): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478cc840): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478cc840): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478cc840): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a478273b0 item 96 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478cc840): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478cc840): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.043331329 +0000 UTC m=+30.390132266 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478cc840): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ccf40): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ccf40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ccf40): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ccf40): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ccf40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.043331329 +0000 UTC m=+30.390132266 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ccf40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a478278f0 item 96 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= 2026/06/08 03:25:24 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:24 DEBUG : Looking for writers 2026/06/08 03:25:24 DEBUG : >WaitForWriters: 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:24 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/06/08 03:25:24 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2180): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2180): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2180): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2180): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2180): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.048731379 +0000 UTC m=+30.395532326 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2180): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2640): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2640): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2640): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2640): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2640): _writeAt: size=3, off=2 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2640): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2640): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.048731379 +0000 UTC m=+30.395532326 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2640): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2b00): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2b00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2b00): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2b00): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2b00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.048731379 +0000 UTC m=+30.395532326 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2b00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47c47030 item 1 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3140): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3140): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3140): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3140): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3140): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.050677113 +0000 UTC m=+30.397478050 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3140): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3640): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3640): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3640): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3640): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3640): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.050677113 +0000 UTC m=+30.397478050 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3640): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47c47b20 item 2 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3c80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3c80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3c80): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3c80): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3c80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.052034092 +0000 UTC m=+30.398835029 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3c80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a12200): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a12200): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a12200): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a12200): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a12200): _writeAt: size=3, off=2 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a12200): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a12200): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.052034092 +0000 UTC m=+30.398835029 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a12200): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a126c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a126c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a126c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a126c0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a126c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.052034092 +0000 UTC m=+30.398835029 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a126c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48386230 item 3 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a12d40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a12d40): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a12d40): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a12d40): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a12d40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.054266376 +0000 UTC m=+30.401067313 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a12d40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a13280): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a13280): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a13280): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a13280): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a13280): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.054266376 +0000 UTC m=+30.401067313 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a13280): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48386770 item 4 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a138c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a138c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a138c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a138c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a138c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.055692176 +0000 UTC m=+30.402493113 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a138c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a13d40): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a13d40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a13d40): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a13d40): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a13d40): _writeAt: size=3, off=2 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a13d40): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a13d40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.055692176 +0000 UTC m=+30.402493113 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a13d40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a28300): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a28300): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a28300): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a28300): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a28300): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.055692176 +0000 UTC m=+30.402493113 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a28300): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48386af0 item 5 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a28980): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a28980): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a28980): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a28980): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a28980): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.057643288 +0000 UTC m=+30.404444235 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a28980): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a28ec0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a28ec0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a28ec0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a28ec0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a28ec0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.057643288 +0000 UTC m=+30.404444235 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a28ec0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48387110 item 6 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a29540): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a29540): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a29540): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a29540): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a29540): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.059005677 +0000 UTC m=+30.405806613 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a29540): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a29a40): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a29a40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a29a40): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a29a40): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a29a40): _writeAt: size=3, off=2 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a29a40): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a29a40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.059005677 +0000 UTC m=+30.405806613 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a29a40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3c000): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3c000): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3c000): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3c000): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3c000): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.059005677 +0000 UTC m=+30.405806613 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3c000): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48387490 item 7 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3c680): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3c680): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3c680): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3c680): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3c680): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.061135007 +0000 UTC m=+30.407935944 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3c680): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3cbc0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3cbc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3cbc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3cbc0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3cbc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.061135007 +0000 UTC m=+30.407935944 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3cbc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48387960 item 8 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d180): _readAt: size=2, off=0 2026/06/08 03:25:24 ERROR : open-test-file(0x309a47a3d180): Couldn't read size of file 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d180): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d180): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d180): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d180): close: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d180): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d540): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d540): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d540): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d540): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d540): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.062361639 +0000 UTC m=+30.409162577 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d540): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d9c0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d9c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d9c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d9c0): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d9c0): _writeAt: size=3, off=2 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d9c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d9c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.062361639 +0000 UTC m=+30.409162577 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3d9c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3dec0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3dec0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3dec0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3dec0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3dec0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.062361639 +0000 UTC m=+30.409162577 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a3dec0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48387ce0 item 9 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a62640): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a62640): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a62640): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a62640): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a62640): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.064405478 +0000 UTC m=+30.411206415 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a62640): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a62b80): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a62b80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a62b80): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a62b80): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a62b80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.064405478 +0000 UTC m=+30.411206415 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a62b80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc4380 item 10 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a631c0): _readAt: size=2, off=0 2026/06/08 03:25:24 ERROR : open-test-file(0x309a47a631c0): Couldn't read size of file 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a631c0): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a631c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a631c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a631c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a631c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a63580): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a63580): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a63580): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a63580): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a63580): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.066349218 +0000 UTC m=+30.413150154 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a63580): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a63a80): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a63a80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a63a80): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a63a80): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a63a80): _writeAt: size=3, off=2 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a63a80): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a63a80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.066349218 +0000 UTC m=+30.413150154 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a63a80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5a080): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5a080): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5a080): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5a080): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5a080): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.066349218 +0000 UTC m=+30.413150154 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5a080): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc49a0 item 11 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5a700): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5a700): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5a700): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5a700): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5a700): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.067938225 +0000 UTC m=+30.414739162 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5a700): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5ac40): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5ac40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5ac40): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5ac40): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5ac40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.067938225 +0000 UTC m=+30.414739162 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5ac40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc4e70 item 12 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5b280): _readAt: size=2, off=0 2026/06/08 03:25:24 ERROR : open-test-file(0x309a47b5b280): Couldn't read size of file 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5b280): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5b280): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5b280): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5b280): close: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5b280): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5b640): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5b640): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5b640): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5b640): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5b640): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.069493528 +0000 UTC m=+30.416294465 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5b640): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5bd00): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5bd00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5bd00): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5bd00): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5bd00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.069493528 +0000 UTC m=+30.416294465 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b5bd00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc51f0 item 13 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b82480): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b82480): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b82480): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b82480): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b82480): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.070907486 +0000 UTC m=+30.417708422 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b82480): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b829c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b829c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b829c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b829c0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b829c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.070907486 +0000 UTC m=+30.417708422 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b829c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc5570 item 14 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b83000): _readAt: size=2, off=0 2026/06/08 03:25:24 ERROR : open-test-file(0x309a47b83000): Couldn't read size of file 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b83000): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b83000): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b83000): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b83000): close: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b83000): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b833c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b833c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b833c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b833c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b833c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.072549644 +0000 UTC m=+30.419350581 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b833c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b83a80): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b83a80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b83a80): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b83a80): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b83a80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.072549644 +0000 UTC m=+30.419350581 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b83a80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc58f0 item 15 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0200): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0200): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0200): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0200): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0200): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.074151355 +0000 UTC m=+30.420952292 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0200): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0740): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0740): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0740): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0740): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0740): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.074151355 +0000 UTC m=+30.420952292 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0740): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc5d50 item 16 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0d80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0d80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0d80): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0d80): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0d80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.075347789 +0000 UTC m=+30.422148726 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0d80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1200): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1200): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1200): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1200): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1200): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1200): _writeAt: size=3, off=7 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1200): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1200): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.075347789 +0000 UTC m=+30.422148726 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1200): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1700): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1700): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1700): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1700): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1700): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.075347789 +0000 UTC m=+30.422148726 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1700): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481062a0 item 17 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1d80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1d80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1d80): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1d80): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1d80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.077396077 +0000 UTC m=+30.424197034 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1d80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c763c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c763c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c763c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c763c0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c763c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.077396077 +0000 UTC m=+30.424197034 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c763c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48106d90 item 18 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c76a40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c76a40): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c76a40): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c76a40): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c76a40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.07861848 +0000 UTC m=+30.425419417 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c76a40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c76f40): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c76f40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c76f40): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c76f40): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c76f40): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c76f40): _writeAt: size=3, off=7 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c76f40): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c76f40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.07861848 +0000 UTC m=+30.425419417 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c76f40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c77440): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c77440): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c77440): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c77440): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c77440): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.07861848 +0000 UTC m=+30.425419417 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c77440): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48107180 item 19 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c77ac0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c77ac0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c77ac0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c77ac0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c77ac0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.080695662 +0000 UTC m=+30.427496599 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c77ac0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e100): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e100): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e100): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e100): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e100): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.080695662 +0000 UTC m=+30.427496599 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e100): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481079d0 item 20 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e780): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e780): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e780): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e780): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e780): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.082120689 +0000 UTC m=+30.428921626 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e780): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9ec80): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9ec80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9ec80): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9ec80): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9ec80): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9ec80): _writeAt: size=3, off=7 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9ec80): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9ec80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.082120689 +0000 UTC m=+30.428921626 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9ec80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f180): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f180): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f180): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f180): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f180): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.082120689 +0000 UTC m=+30.428921626 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f180): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824a000 item 21 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f800): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f800): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f800): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f800): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f800): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.083799947 +0000 UTC m=+30.430600885 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f800): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9fd40): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9fd40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9fd40): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9fd40): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9fd40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.083799947 +0000 UTC m=+30.430600885 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9fd40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824a4d0 item 22 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc44c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc44c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc44c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc44c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc44c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.085177074 +0000 UTC m=+30.431978011 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc44c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc49c0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc49c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc49c0): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc49c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc49c0): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc49c0): _writeAt: size=3, off=7 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc49c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc49c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.085177074 +0000 UTC m=+30.431978011 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc49c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc4ec0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc4ec0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc4ec0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc4ec0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc4ec0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.085177074 +0000 UTC m=+30.431978011 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc4ec0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824a850 item 23 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5540): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5540): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5540): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5540): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5540): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.087635397 +0000 UTC m=+30.434436335 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5540): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5a80): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5a80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5a80): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5a80): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5a80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.087635397 +0000 UTC m=+30.434436335 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5a80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824ad20 item 24 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d101c0): _readAt: size=2, off=0 2026/06/08 03:25:24 ERROR : open-test-file(0x309a47d101c0): Couldn't read size of file 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d101c0): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d101c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d101c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d101c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d101c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10580): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10580): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10580): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10580): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10580): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.088934777 +0000 UTC m=+30.435735714 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10580): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10a80): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10a80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10a80): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10a80): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10a80): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10a80): _writeAt: size=3, off=7 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10a80): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10a80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.088934777 +0000 UTC m=+30.435735714 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10a80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10fc0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10fc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10fc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10fc0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10fc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.088934777 +0000 UTC m=+30.435735714 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d10fc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824b0a0 item 25 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d11640): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d11640): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d11640): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d11640): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d11640): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.090516641 +0000 UTC m=+30.437317578 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d11640): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d11b80): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d11b80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d11b80): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d11b80): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d11b80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.090516641 +0000 UTC m=+30.437317578 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d11b80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824b730 item 26 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2a2c0): _readAt: size=2, off=0 2026/06/08 03:25:24 ERROR : open-test-file(0x309a47d2a2c0): Couldn't read size of file 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2a2c0): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2a2c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2a2c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2a2c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2a2c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2a680): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2a680): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2a680): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2a680): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2a680): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.092213993 +0000 UTC m=+30.439014931 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2a680): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ab80): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ab80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ab80): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ab80): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ab80): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ab80): _writeAt: size=3, off=7 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ab80): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ab80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.092213993 +0000 UTC m=+30.439014931 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ab80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a8600): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a8600): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a8600): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a8600): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a8600): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.092213993 +0000 UTC m=+30.439014931 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a8600): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824bb20 item 27 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a8c80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a8c80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a8c80): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a8c80): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a8c80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.094038628 +0000 UTC m=+30.440839565 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a8c80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a91c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a91c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a91c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a91c0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a91c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.094038628 +0000 UTC m=+30.440839565 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a91c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48181490 item 28 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9800): _readAt: size=2, off=0 2026/06/08 03:25:24 ERROR : open-test-file(0x309a479a9800): Couldn't read size of file 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9800): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9800): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9800): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9800): close: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9800): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9bc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9bc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9bc0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9bc0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9bc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.095389044 +0000 UTC m=+30.442189981 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9bc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d90380): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d90380): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d90380): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d90380): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d90380): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.095389044 +0000 UTC m=+30.442189981 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d90380): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481818f0 item 29 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d90a00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d90a00): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d90a00): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d90a00): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d90a00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.097364152 +0000 UTC m=+30.444165089 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d90a00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d90f40): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d90f40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d90f40): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d90f40): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d90f40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.097364152 +0000 UTC m=+30.444165089 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d90f40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48181ce0 item 30 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d91580): _readAt: size=2, off=0 2026/06/08 03:25:24 ERROR : open-test-file(0x309a47d91580): Couldn't read size of file 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d91580): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d91580): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d91580): >_writeAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d91580): close: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d91580): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d91940): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d91940): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d91940): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d91940): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d91940): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.098898937 +0000 UTC m=+30.445699884 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d91940): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dba100): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dba100): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dba100): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dba100): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dba100): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.098898937 +0000 UTC m=+30.445699884 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dba100): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477f0d90 item 31 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dba780): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dba780): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dba780): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dba780): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dba780): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.100706669 +0000 UTC m=+30.447507606 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dba780): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbacc0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbacc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbacc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbacc0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbacc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.100706669 +0000 UTC m=+30.447507606 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbacc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477f1c00 item 32 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbb300): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbb300): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbb300): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbb300): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbb300): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.102328338 +0000 UTC m=+30.449129276 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbb300): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbb780): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbb780): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbb780): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbb780): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbb780): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477fc2a0 item 33 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbb780): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbb780): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.102876064 +0000 UTC m=+30.449677002 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbb780): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbbc80): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbbc80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbbc80): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbbc80): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbbc80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.102876064 +0000 UTC m=+30.449677002 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dbbc80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477fc5b0 item 33 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e822c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e822c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e822c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e822c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e822c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.104423805 +0000 UTC m=+30.451224741 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e822c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82780): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82780): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4781e4d0 item 34 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82780): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82780): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82780): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82780): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82780): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.104901509 +0000 UTC m=+30.451702445 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82780): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82cc0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82cc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82cc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82cc0): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82cc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.104901509 +0000 UTC m=+30.451702445 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82cc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4781ea10 item 34 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83300): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83300): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83300): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83300): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83300): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.10614388 +0000 UTC m=+30.452944817 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83300): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83780): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83780): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83780): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83780): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83780): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4781ee70 item 35 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83780): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83780): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.106787789 +0000 UTC m=+30.453588726 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83780): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83c80): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83c80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83c80): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83c80): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83c80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.106787789 +0000 UTC m=+30.453588726 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83c80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4781f1f0 item 35 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebc400): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebc400): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebc400): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebc400): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebc400): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.108000544 +0000 UTC m=+30.454801482 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebc400): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebc900): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebc900): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4781f7a0 item 36 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebc900): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebc900): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebc900): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebc900): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebc900): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.108560885 +0000 UTC m=+30.455361822 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebc900): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebce40): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebce40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebce40): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebce40): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebce40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.108560885 +0000 UTC m=+30.455361822 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebce40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4781f960 item 36 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebd480): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebd480): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebd480): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebd480): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebd480): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.109681557 +0000 UTC m=+30.456482493 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebd480): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebd900): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebd900): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebd900): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebd900): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebd900): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4781fdc0 item 37 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebd900): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebd900): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.110139553 +0000 UTC m=+30.456940491 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebd900): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebde00): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebde00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebde00): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebde00): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebde00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.110139553 +0000 UTC m=+30.456940491 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ebde00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a475688c0 item 37 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6580): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6580): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6580): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6580): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6580): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.111610477 +0000 UTC m=+30.458411444 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6580): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6a80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6a80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48232000 item 38 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6a80): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6a80): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6a80): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6a80): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6a80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.112223057 +0000 UTC m=+30.459024024 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6a80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6fc0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6fc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6fc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6fc0): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6fc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.112223057 +0000 UTC m=+30.459024024 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed6fc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a482322a0 item 38 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed7640): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed7640): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed7640): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed7640): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed7640): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.11342926 +0000 UTC m=+30.460230197 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed7640): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed7b40): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed7b40): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed7b40): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed7b40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed7b40): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a482327e0 item 39 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed7b40): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed7b40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.113912384 +0000 UTC m=+30.460713322 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ed7b40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef6140): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef6140): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef6140): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef6140): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef6140): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.113912384 +0000 UTC m=+30.460713322 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef6140): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48232b60 item 39 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef67c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef67c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef67c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef67c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef67c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.115332663 +0000 UTC m=+30.462133600 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef67c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef6cc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef6cc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48233030 item 40 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef6cc0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef6cc0): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef6cc0): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef6cc0): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef6cc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.115895679 +0000 UTC m=+30.462696615 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef6cc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef7200): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef7200): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef7200): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef7200): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef7200): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.115895679 +0000 UTC m=+30.462696615 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef7200): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a482331f0 item 40 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef77c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef77c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef77c0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef77c0): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef77c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef77c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef77c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.117064801 +0000 UTC m=+30.463865738 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef77c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef7cc0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef7cc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef7cc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a482335e0 item 41 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef7cc0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef7cc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.117461653 +0000 UTC m=+30.464262590 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ef7cc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1c280): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1c280): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1c280): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1c280): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1c280): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a482337a0 item 41 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1c280): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1c280): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.117979603 +0000 UTC m=+30.464780540 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1c280): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1c7c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1c7c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1c7c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1c7c0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1c7c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.117979603 +0000 UTC m=+30.464780540 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1c7c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48233960 item 41 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1ce00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1ce00): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1ce00): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1ce00): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1ce00): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1ce00): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1ce00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.11939899 +0000 UTC m=+30.466199926 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1ce00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1d300): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1d300): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1d300): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a478642a0 item 42 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1d300): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1d300): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.119867465 +0000 UTC m=+30.466668403 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1d300): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1d840): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1d840): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47864b60 item 42 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1d840): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1d840): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1d840): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1d840): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1d840): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.120381259 +0000 UTC m=+30.467182196 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1d840): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1ddc0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1ddc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1ddc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1ddc0): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1ddc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.120381259 +0000 UTC m=+30.467182196 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f1ddc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47864f50 item 42 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38500): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38500): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38500): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38500): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38500): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38500): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38500): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.121554659 +0000 UTC m=+30.468355596 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38500): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38a00): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38a00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38a00): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47865960 item 43 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38a00): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38a00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.122039949 +0000 UTC m=+30.468840885 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38a00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38f40): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38f40): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38f40): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38f40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38f40): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47865c00 item 43 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38f40): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38f40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.122563479 +0000 UTC m=+30.469364416 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f38f40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f39480): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f39480): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f39480): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f39480): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f39480): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.122563479 +0000 UTC m=+30.469364416 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f39480): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47865e30 item 43 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f39ac0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f39ac0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f39ac0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f39ac0): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f39ac0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f39ac0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f39ac0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.123813404 +0000 UTC m=+30.470614342 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f39ac0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5a0c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5a0c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5a0c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48354310 item 44 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5a0c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5a0c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.12423879 +0000 UTC m=+30.471039727 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5a0c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5a600): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5a600): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a483544d0 item 44 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5a600): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5a600): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5a600): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5a600): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5a600): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.124830391 +0000 UTC m=+30.471631327 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5a600): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5ab80): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5ab80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5ab80): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5ab80): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5ab80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.124830391 +0000 UTC m=+30.471631327 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5ab80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48354690 item 44 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5b1c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5b1c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5b1c0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5b1c0): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5b1c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5b1c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5b1c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.126106675 +0000 UTC m=+30.472907613 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5b1c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5b6c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5b6c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5b6c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48354af0 item 45 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5b6c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5b6c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.126515319 +0000 UTC m=+30.473316256 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5b6c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5bdc0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5bdc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5bdc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5bdc0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5bdc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.126515319 +0000 UTC m=+30.473316256 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f5bdc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48354cb0 item 45 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f80500): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f80500): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f80500): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f80500): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f80500): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f80500): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f80500): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.128119556 +0000 UTC m=+30.474920493 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f80500): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2b080): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2b080): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2b080): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824bce0 item 46 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2b080): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2b080): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.129820035 +0000 UTC m=+30.476620971 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2b080): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f803c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f803c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f803c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f803c0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f803c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.129820035 +0000 UTC m=+30.476620971 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f803c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48354070 item 46 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f80bc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f80bc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f80bc0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f80bc0): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f80bc0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f80bc0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f80bc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.131404914 +0000 UTC m=+30.478205851 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f80bc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f810c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f810c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f810c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a483543f0 item 47 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f810c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f810c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.131849516 +0000 UTC m=+30.478650453 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f810c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f817c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f817c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f817c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f817c0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f817c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.131849516 +0000 UTC m=+30.478650453 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f817c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a483545b0 item 47 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f81e00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f81e00): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f81e00): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f81e00): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f81e00): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f81e00): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f81e00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.133472709 +0000 UTC m=+30.480273656 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47f81e00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2a400): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2a400): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2a400): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48354a10 item 48 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2a400): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2a400): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.133857888 +0000 UTC m=+30.480658825 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2a400): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ab00): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ab00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ab00): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ab00): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ab00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.133857888 +0000 UTC m=+30.480658825 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ab00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48354bd0 item 48 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2b600): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2b600): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2b600): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2b600): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2b600): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.135300197 +0000 UTC m=+30.482101134 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2b600): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ba80): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ba80): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ba80): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ba80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ba80): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ba80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48355030 item 49 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ba80): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ba80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.137297267 +0000 UTC m=+30.484098203 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d2ba80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18100): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18100): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18100): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18100): >_readAt: n=8, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18100): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.137297267 +0000 UTC m=+30.484098203 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18100): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a483551f0 item 49 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18780): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18780): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18780): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18780): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18780): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.138490607 +0000 UTC m=+30.485291543 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18780): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18c80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18c80): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18c80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48355570 item 50 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18c80): _readAt: size=2, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18c80): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18c80): _writeAt: size=3, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18c80): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18c80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.138986825 +0000 UTC m=+30.485787762 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c18c80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19200): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19200): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19200): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19200): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19200): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.138986825 +0000 UTC m=+30.485787762 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19200): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48355730 item 50 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19880): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19880): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19880): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19880): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19880): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.140107867 +0000 UTC m=+30.486908804 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19880): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19d80): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19d80): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19d80): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19d80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19d80): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19d80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48355c00 item 51 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19d80): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19d80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.140559001 +0000 UTC m=+30.487359937 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c19d80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0400): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0400): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0400): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0400): >_readAt: n=8, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0400): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.140559001 +0000 UTC m=+30.487359937 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0400): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48355dc0 item 51 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0a80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0a80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0a80): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0a80): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0a80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.14196394 +0000 UTC m=+30.488764877 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0a80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0f80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0f80): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0f80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ec2a0 item 52 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0f80): _readAt: size=2, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0f80): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0f80): _writeAt: size=3, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0f80): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0f80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.142447025 +0000 UTC m=+30.489247962 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc0f80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1500): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1500): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1500): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1500): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1500): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.142447025 +0000 UTC m=+30.489247962 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1500): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ec540 item 52 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1b80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1b80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1b80): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1b80): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1b80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.143835843 +0000 UTC m=+30.490636780 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47dc1b80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76180): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76180): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76180): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76180): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76180): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76180): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ec8c0 item 53 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76180): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76180): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.144323046 +0000 UTC m=+30.491123982 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76180): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76700): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76700): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76700): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76700): >_readAt: n=8, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76700): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.144323046 +0000 UTC m=+30.491123982 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76700): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ecb60 item 53 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76d80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76d80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76d80): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76d80): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76d80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.145676547 +0000 UTC m=+30.492477485 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d76d80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77280): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77280): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77280): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ecf50 item 54 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77280): _readAt: size=2, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77280): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77280): _writeAt: size=3, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77280): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77280): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.146226098 +0000 UTC m=+30.493027035 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77280): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77800): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77800): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77800): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77800): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77800): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.146226098 +0000 UTC m=+30.493027035 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77800): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ed1f0 item 54 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77e80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77e80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77e80): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77e80): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77e80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.147340438 +0000 UTC m=+30.494141374 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d77e80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c480): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c480): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c480): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c480): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c480): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c480): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ed7a0 item 55 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c480): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c480): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.147793515 +0000 UTC m=+30.494594462 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c480): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c9c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c9c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c9c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c9c0): >_readAt: n=8, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c9c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.147793515 +0000 UTC m=+30.494594462 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797c9c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ed960 item 55 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d040): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d040): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d040): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d040): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d040): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.148974921 +0000 UTC m=+30.495775858 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d040): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d540): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d540): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d540): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480edce0 item 56 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d540): _readAt: size=2, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d540): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d540): _writeAt: size=3, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d540): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d540): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.14946613 +0000 UTC m=+30.496267067 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797d540): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797de00): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797de00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797de00): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797de00): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797de00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.14946613 +0000 UTC m=+30.496267067 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4797de00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824a000 item 56 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749e240): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749e240): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749e240): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749e240): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749e240): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749e240): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749e240): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749e240): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.1509137 +0000 UTC m=+30.497714638 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749e240): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749ebc0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749ebc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749ebc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824a380 item 57 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749ebc0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749ebc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.151367109 +0000 UTC m=+30.498168046 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749ebc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f340): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f340): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f340): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f340): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f340): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f340): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824a540 item 57 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f340): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f340): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.151894266 +0000 UTC m=+30.498695203 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749f340): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749fb00): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749fb00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749fb00): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749fb00): >_readAt: n=8, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749fb00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.151894266 +0000 UTC m=+30.498695203 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4749fb00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824a700 item 57 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cb600): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cb600): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cb600): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cb600): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cb600): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cb600): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cb600): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cb600): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.153176644 +0000 UTC m=+30.499977580 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cb600): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cbb80): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cbb80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cbb80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824aa80 item 58 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cbb80): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cbb80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.153625093 +0000 UTC m=+30.500426029 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a477cbb80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47866ec0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47866ec0): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47866ec0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824ac40 item 58 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47866ec0): _readAt: size=2, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47866ec0): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47866ec0): _writeAt: size=3, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47866ec0): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47866ec0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.154128806 +0000 UTC m=+30.500929743 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47866ec0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478674c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478674c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478674c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478674c0): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478674c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.154128806 +0000 UTC m=+30.500929743 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478674c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824ae00 item 58 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867c40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867c40): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867c40): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867c40): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867c40): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867c40): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867c40): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867c40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.155443524 +0000 UTC m=+30.502244461 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47867c40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4300): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4300): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4300): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477fc070 item 59 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4300): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4300): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.155805991 +0000 UTC m=+30.502606928 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4300): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4840): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4840): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4840): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4840): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4840): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4840): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477fc3f0 item 59 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4840): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4840): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.156284567 +0000 UTC m=+30.503085503 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4840): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4dc0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4dc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4dc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4dc0): >_readAt: n=8, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4dc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.156284567 +0000 UTC m=+30.503085503 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a4dc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477fc770 item 59 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5400): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5400): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5400): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5400): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5400): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5400): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5400): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5400): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.1575442 +0000 UTC m=+30.504345138 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5400): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5940): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5940): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5940): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477fcee0 item 60 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5940): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5940): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.158164726 +0000 UTC m=+30.504965662 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5940): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5e80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5e80): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5e80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477fd5e0 item 60 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5e80): _readAt: size=2, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5e80): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5e80): _writeAt: size=3, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5e80): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5e80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.158751786 +0000 UTC m=+30.505552723 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a481a5e80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2580): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2580): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2580): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2580): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2580): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.158751786 +0000 UTC m=+30.505552723 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2580): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477fd810 item 60 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2bc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2bc0): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2bc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2bc0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2bc0): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2bc0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2bc0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2bc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.160122801 +0000 UTC m=+30.506923748 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff2bc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3100): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3100): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3100): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477fdb90 item 61 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3100): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3100): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.160577532 +0000 UTC m=+30.507378469 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3100): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3800): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3800): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3800): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3800): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3800): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.160577532 +0000 UTC m=+30.507378469 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3800): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a477fde30 item 61 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3e40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3e40): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3e40): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3e40): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3e40): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3e40): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3e40): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3e40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.161927898 +0000 UTC m=+30.508728835 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ff3e40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a84c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a84c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a84c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ba380 item 62 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a84c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a84c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.162381146 +0000 UTC m=+30.509182082 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a84c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a8bc0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a8bc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a8bc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a8bc0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a8bc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.162381146 +0000 UTC m=+30.509182082 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a8bc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ba540 item 62 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9200): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9200): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9200): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9200): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9200): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9200): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9200): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9200): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.163561129 +0000 UTC m=+30.510362066 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9200): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9740): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9740): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9740): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480ba930 item 63 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9740): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9740): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.164007805 +0000 UTC m=+30.510808742 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9740): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9e40): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9e40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9e40): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9e40): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9e40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.164007805 +0000 UTC m=+30.510808742 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479a9e40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480baaf0 item 63 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e825c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e825c0): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e825c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e825c0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e825c0): >_readAt: n=0, err=Bad file descriptor 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e825c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e825c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e825c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.165363912 +0000 UTC m=+30.512164848 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e825c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82b00): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82b00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82b00): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480baf50 item 64 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82b00): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82b00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.165801761 +0000 UTC m=+30.512602698 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e82b00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83200): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83200): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83200): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83200): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83200): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.165801761 +0000 UTC m=+30.512602698 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83200): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480bb180 item 64 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83840): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83840): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83840): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83840): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83840): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.167019485 +0000 UTC m=+30.513820432 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83840): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83cc0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83cc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83cc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83cc0): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83cc0): _writeAt: size=3, off=2 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480bb500 item 65 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83cc0): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83cc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.167481009 +0000 UTC m=+30.514281947 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e83cc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcc2c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcc2c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcc2c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcc2c0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcc2c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.167481009 +0000 UTC m=+30.514281947 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcc2c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480bb6c0 item 65 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcc900): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcc900): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcc900): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcc900): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcc900): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.168630124 +0000 UTC m=+30.515431061 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcc900): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fccd80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fccd80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480bba40 item 66 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fccd80): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fccd80): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fccd80): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fccd80): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fccd80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.169279494 +0000 UTC m=+30.516080431 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fccd80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcd2c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcd2c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcd2c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcd2c0): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcd2c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.169279494 +0000 UTC m=+30.516080431 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcd2c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a480bbc00 item 66 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcd900): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcd900): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcd900): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcd900): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcd900): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.170322317 +0000 UTC m=+30.517123254 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcd900): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcdd80): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcdd80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcdd80): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcdd80): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcdd80): _writeAt: size=3, off=2 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47b00af0 item 67 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcdd80): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcdd80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.170784521 +0000 UTC m=+30.517585459 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47fcdd80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765c180): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765c180): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765c180): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765c180): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765c180): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.170784521 +0000 UTC m=+30.517585459 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765c180): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b4070 item 67 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765c800): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765c800): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765c800): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765c800): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765c800): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.172142321 +0000 UTC m=+30.518943259 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765c800): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765cd00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765cd00): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b43f0 item 68 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765cd00): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765cd00): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765cd00): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765cd00): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765cd00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.172633862 +0000 UTC m=+30.519434799 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765cd00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765d240): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765d240): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765d240): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765d240): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765d240): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.172633862 +0000 UTC m=+30.519434799 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765d240): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b45b0 item 68 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765d880): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765d880): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765d880): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765d880): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765d880): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.173703316 +0000 UTC m=+30.520504254 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765d880): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765dd00): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765dd00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765dd00): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765dd00): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765dd00): _writeAt: size=3, off=2 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b4930 item 69 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765dd00): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765dd00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.174152757 +0000 UTC m=+30.520953695 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a4765dd00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886300): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886300): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886300): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886300): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886300): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.174152757 +0000 UTC m=+30.520953695 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886300): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b4bd0 item 69 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886980): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886980): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886980): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886980): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886980): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.175266405 +0000 UTC m=+30.522067342 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886980): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886e80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886e80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b51f0 item 70 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886e80): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886e80): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886e80): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886e80): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886e80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.175702921 +0000 UTC m=+30.522503858 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47886e80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478873c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478873c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478873c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478873c0): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478873c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.175702921 +0000 UTC m=+30.522503858 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478873c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b5420 item 70 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47887a40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47887a40): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47887a40): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47887a40): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47887a40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.176879648 +0000 UTC m=+30.523680586 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47887a40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ea040): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ea040): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ea040): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ea040): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ea040): _writeAt: size=3, off=2 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b57a0 item 71 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ea040): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ea040): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.177568402 +0000 UTC m=+30.524369339 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ea040): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ea540): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ea540): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ea540): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ea540): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ea540): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.177568402 +0000 UTC m=+30.524369339 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ea540): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b5960 item 71 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eabc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eabc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eabc0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eabc0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eabc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.178695205 +0000 UTC m=+30.525496142 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eabc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eb0c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eb0c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481b5ce0 item 72 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eb0c0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eb0c0): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eb0c0): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eb0c0): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eb0c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.179178981 +0000 UTC m=+30.525979918 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eb0c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eb600): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eb600): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eb600): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eb600): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eb600): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.179178981 +0000 UTC m=+30.525979918 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478eb600): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a479820e0 item 72 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ebbc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ebbc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ebbc0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ebbc0): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ebbc0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ebbc0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ebbc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.180918864 +0000 UTC m=+30.527719801 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a478ebbc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479fe1c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479fe1c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479fe1c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47982a10 item 73 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479fe1c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479fe1c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.181378694 +0000 UTC m=+30.528179631 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479fe1c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479fe680): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479fe680): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479fe680): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479fe680): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479fe680): _writeAt: size=3, off=2 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47982cb0 item 73 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479fe680): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479fe680): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.181870225 +0000 UTC m=+30.528671162 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479fe680): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479febc0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479febc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479febc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479febc0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479febc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.181870225 +0000 UTC m=+30.528671162 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479febc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47982ee0 item 73 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ff200): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ff200): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ff200): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ff200): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ff200): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ff200): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ff200): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.182990065 +0000 UTC m=+30.529791002 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ff200): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ff700): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ff700): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ff700): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47983420 item 74 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ff700): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ff700): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.183417904 +0000 UTC m=+30.530218841 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ff700): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ffc40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ffc40): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a479835e0 item 74 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ffc40): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ffc40): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ffc40): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ffc40): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ffc40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.183881442 +0000 UTC m=+30.530682378 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a479ffc40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1e2c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1e2c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1e2c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1e2c0): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1e2c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.183881442 +0000 UTC m=+30.530682378 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1e2c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a479837a0 item 74 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1e900): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1e900): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1e900): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1e900): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1e900): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1e900): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1e900): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.185009186 +0000 UTC m=+30.531810123 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1e900): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1ee00): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1ee00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1ee00): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a478261c0 item 75 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1ee00): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1ee00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.185416598 +0000 UTC m=+30.532217535 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1ee00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1f340): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1f340): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1f340): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1f340): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1f340): _writeAt: size=3, off=2 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47826540 item 75 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1f340): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1f340): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.185847252 +0000 UTC m=+30.532648190 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1f340): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1f880): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1f880): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1f880): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1f880): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1f880): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.185847252 +0000 UTC m=+30.532648190 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1f880): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47826770 item 75 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1fec0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1fec0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1fec0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1fec0): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1fec0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1fec0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1fec0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.186931015 +0000 UTC m=+30.533731951 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a1fec0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a384c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a384c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a384c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47826b60 item 76 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a384c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a384c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.187331573 +0000 UTC m=+30.534132509 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a384c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a38a00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a38a00): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a478270a0 item 76 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a38a00): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a38a00): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a38a00): _writeAt: size=3, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a38a00): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a38a00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.188010107 +0000 UTC m=+30.534811044 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a38a00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a38f80): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a38f80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a38f80): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a38f80): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a38f80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.188010107 +0000 UTC m=+30.534811044 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a38f80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47827650 item 76 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a395c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a395c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a395c0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a395c0): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a395c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a395c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a395c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.189117382 +0000 UTC m=+30.535918319 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a395c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a39ac0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a39ac0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a39ac0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47827e30 item 77 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a39ac0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a39ac0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.189459881 +0000 UTC m=+30.536260817 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a39ac0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a542c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a542c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a542c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a542c0): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a542c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.189459881 +0000 UTC m=+30.536260817 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a542c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47c46230 item 77 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a54900): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a54900): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a54900): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a54900): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a54900): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a54900): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a54900): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.190570813 +0000 UTC m=+30.537371750 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a54900): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a54e00): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a54e00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a54e00): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47c46850 item 78 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a54e00): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a54e00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.19096552 +0000 UTC m=+30.537766457 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a54e00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a55500): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a55500): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a55500): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a55500): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a55500): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.19096552 +0000 UTC m=+30.537766457 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a55500): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47c46fc0 item 78 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a55b40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a55b40): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a55b40): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a55b40): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a55b40): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a55b40): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a55b40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.192327578 +0000 UTC m=+30.539128515 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47a55b40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4140): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4140): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4140): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47c475e0 item 79 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4140): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4140): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.192725992 +0000 UTC m=+30.539526930 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4140): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4840): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4840): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4840): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4840): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4840): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.192725992 +0000 UTC m=+30.539526930 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4840): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47c47b20 item 79 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4e80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4e80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4e80): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4e80): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4e80): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4e80): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4e80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.193893863 +0000 UTC m=+30.540694800 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae4e80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae5380): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae5380): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae5380): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48386230 item 80 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae5380): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae5380): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.194285284 +0000 UTC m=+30.541086221 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae5380): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae5a80): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae5a80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae5a80): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae5a80): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae5a80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.194285284 +0000 UTC m=+30.541086221 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ae5a80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48386460 item 80 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7c1c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7c1c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7c1c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7c1c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7c1c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.195481658 +0000 UTC m=+30.542282596 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7c1c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7c640): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7c640): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7c640): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7c640): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7c640): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7c640): _writeAt: size=3, off=7 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a483867e0 item 81 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7c640): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7c640): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.195901403 +0000 UTC m=+30.542702340 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7c640): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2180): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2180): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2180): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2180): >_readAt: n=8, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2180): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.195901403 +0000 UTC m=+30.542702340 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2180): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824b1f0 item 81 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2800): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2800): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2800): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2800): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2800): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.201959901 +0000 UTC m=+30.548760837 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2800): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2d00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2d00): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2d00): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824b5e0 item 82 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2d00): _readAt: size=2, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2d00): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2d00): _writeAt: size=3, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2d00): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2d00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.203131027 +0000 UTC m=+30.549931964 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f2d00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3280): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3280): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3280): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3280): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3280): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.203131027 +0000 UTC m=+30.549931964 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3280): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824b880 item 82 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3900): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3900): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3900): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3900): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3900): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.204949399 +0000 UTC m=+30.551750336 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3900): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3e00): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3e00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3e00): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3e00): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3e00): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3e00): _writeAt: size=3, off=7 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a4824be30 item 83 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3e00): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3e00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.206839476 +0000 UTC m=+30.553640413 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a474f3e00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72440): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72440): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72440): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72440): >_readAt: n=8, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72440): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.206839476 +0000 UTC m=+30.553640413 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72440): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc4150 item 83 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72ac0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72ac0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72ac0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72ac0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72ac0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.209492478 +0000 UTC m=+30.556293414 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72ac0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72fc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72fc0): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72fc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc4700 item 84 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72fc0): _readAt: size=2, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72fc0): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72fc0): _writeAt: size=3, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72fc0): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72fc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.210516877 +0000 UTC m=+30.557317824 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c72fc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c73540): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c73540): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c73540): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c73540): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c73540): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.210516877 +0000 UTC m=+30.557317824 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c73540): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc49a0 item 84 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c73bc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c73bc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c73bc0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c73bc0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c73bc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.212601553 +0000 UTC m=+30.559402490 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c73bc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e1c0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e1c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e1c0): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e1c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e1c0): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e1c0): _writeAt: size=3, off=7 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc4d20 item 85 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e1c0): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e1c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.213518188 +0000 UTC m=+30.560319126 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e1c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e700): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e700): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e700): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e700): >_readAt: n=8, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e700): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.213518188 +0000 UTC m=+30.560319126 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9e700): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc4ee0 item 85 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9ed80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9ed80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9ed80): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9ed80): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9ed80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.218488486 +0000 UTC m=+30.565289433 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9ed80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f280): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f280): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f280): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc5260 item 86 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f280): _readAt: size=2, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f280): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f280): _writeAt: size=3, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f280): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f280): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.219041473 +0000 UTC m=+30.565842409 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f280): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f800): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f800): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f800): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f800): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f800): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.219041473 +0000 UTC m=+30.565842409 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9f800): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc5420 item 86 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9fe80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9fe80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9fe80): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9fe80): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9fe80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.220934415 +0000 UTC m=+30.567735352 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47c9fe80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc4480): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc4480): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc4480): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc4480): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc4480): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc4480): _writeAt: size=3, off=7 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc57a0 item 87 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc4480): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc4480): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.223022818 +0000 UTC m=+30.569823755 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc4480): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc49c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc49c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc49c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc49c0): >_readAt: n=8, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc49c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.223022818 +0000 UTC m=+30.569823755 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc49c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc5960 item 87 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5040): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5040): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5040): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5040): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5040): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.224292001 +0000 UTC m=+30.571092938 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5040): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5540): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5540): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5540): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a47dc5e30 item 88 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5540): _readAt: size=2, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5540): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5540): _writeAt: size=3, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5540): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5540): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.225155114 +0000 UTC m=+30.571956051 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5540): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5ac0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5ac0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5ac0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5ac0): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5ac0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.225155114 +0000 UTC m=+30.571956051 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47cc5ac0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48106150 item 88 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6200): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6200): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6200): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6200): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6200): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6200): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6200): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6200): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.227297159 +0000 UTC m=+30.574098096 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6200): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6740): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6740): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6740): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48106a10 item 89 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6740): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6740): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.230442092 +0000 UTC m=+30.577243028 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6740): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6c80): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6c80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6c80): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6c80): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6c80): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6c80): _writeAt: size=3, off=7 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48106cb0 item 89 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6c80): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6c80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.230848831 +0000 UTC m=+30.577649769 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce6c80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7200): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7200): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7200): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7200): >_readAt: n=8, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7200): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.230848831 +0000 UTC m=+30.577649769 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7200): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48106e70 item 89 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7840): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7840): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7840): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7840): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7840): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7840): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7840): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7840): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.232963695 +0000 UTC m=+30.579764632 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7840): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7d80): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7d80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7d80): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48107260 item 90 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7d80): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7d80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.233493527 +0000 UTC m=+30.580294464 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ce7d80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0a3c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0a3c0): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0a3c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48107730 item 90 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0a3c0): _readAt: size=2, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0a3c0): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0a3c0): _writeAt: size=3, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0a3c0): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0a3c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.234278503 +0000 UTC m=+30.581079440 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0a3c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0a980): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0a980): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0a980): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0a980): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0a980): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.234278503 +0000 UTC m=+30.581079440 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0a980): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48107960 item 90 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0afc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0afc0): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0afc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0afc0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0afc0): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0afc0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0afc0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0afc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.235936541 +0000 UTC m=+30.582737478 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0afc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0b500): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0b500): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0b500): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48107e30 item 91 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0b500): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0b500): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.23674363 +0000 UTC m=+30.583544567 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0b500): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0ba40): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0ba40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0ba40): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0ba40): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0ba40): >_readAt: n=2, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0ba40): _writeAt: size=3, off=7 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48180380 item 91 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0ba40): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0ba40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.237509839 +0000 UTC m=+30.584310796 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d0ba40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3e0c0): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3e0c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3e0c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3e0c0): >_readAt: n=8, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3e0c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.237509839 +0000 UTC m=+30.584310796 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3e0c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a481805b0 item 91 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3e700): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3e700): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3e700): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3e700): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3e700): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3e700): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3e700): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3e700): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.239425656 +0000 UTC m=+30.586226592 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3e700): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3ec40): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3ec40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3ec40): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48180a80 item 92 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3ec40): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3ec40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.240229326 +0000 UTC m=+30.587030294 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3ec40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3f180): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3f180): open at offset 5 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3f180): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48180cb0 item 92 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3f180): _readAt: size=2, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3f180): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3f180): _writeAt: size=3, off=5 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3f180): >_writeAt: n=3, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3f180): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.241030563 +0000 UTC m=+30.587831501 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3f180): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3f740): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3f740): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3f740): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3f740): >_readAt: n=3, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3f740): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.241030563 +0000 UTC m=+30.587831501 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47d3f740): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48180e70 item 92 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= 2026/06/08 03:25:24 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-kaqejuk8tero/dir/file1: no such file or directory 2026/06/08 03:25:24 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-kaqejuk8tero/dir/file1: no such file or directory === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7cb40): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7cb40): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7cb40): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7cb40): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7cb40): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7cb40): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7cb40): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7cb40): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.242602959 +0000 UTC m=+30.589403896 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7cb40): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7d080): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7d080): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7d080): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48386af0 item 93 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7d080): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7d080): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.2435804 +0000 UTC m=+30.590381337 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7d080): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7d780): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7d780): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7d780): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7d780): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7d780): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.2435804 +0000 UTC m=+30.590381337 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7d780): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48386d90 item 93 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7ddc0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7ddc0): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7ddc0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7ddc0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7ddc0): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7ddc0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7ddc0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7ddc0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.245668131 +0000 UTC m=+30.592469069 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47b7ddc0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0400): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0400): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0400): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48387180 item 94 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0400): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0400): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.245994049 +0000 UTC m=+30.592794985 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0400): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0b00): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0b00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0b00): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0b00): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0b00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.245994049 +0000 UTC m=+30.592794985 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba0b00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48387340 item 94 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1140): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1140): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1140): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1140): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1140): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1140): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1140): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1140): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.248260759 +0000 UTC m=+30.595061696 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1140): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1680): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1680): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1680): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a483876c0 item 95 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1680): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1680): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.248730808 +0000 UTC m=+30.595531745 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1680): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1d80): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1d80): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1d80): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1d80): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1d80): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.248730808 +0000 UTC m=+30.595531745 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47ba1d80): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48387880 item 95 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 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/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e084c0): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e084c0): open at offset 0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e084c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e084c0): _readAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e084c0): >_readAt: n=0, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e084c0): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e084c0): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e084c0): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.250409496 +0000 UTC m=+30.597210443 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e084c0): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e08a00): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e08a00): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e08a00): >openPending: err= 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48387c00 item 96 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e08a00): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e08a00): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.250729532 +0000 UTC m=+30.597530469 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e08a00): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/08 03:25:24 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:24 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/08 03:25:24 DEBUG : open-test-file: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e09100): _readAt: size=512, off=0 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e09100): openPending: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e09100): >openPending: err= 2026/06/08 03:25:24 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e09100): >_readAt: n=5, err=EOF 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e09100): close: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-08 03:25:24.250729532 +0000 UTC m=+30.597530469 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : open-test-file(0x309a47e09100): >close: err= 2026/06/08 03:25:24 DEBUG : open-test-file: Remove: 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x309a48387dc0 item 96 2026/06/08 03:25:24 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/08 03:25:24 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/08 03:25:24 DEBUG : open-test-file: >Remove: err= 2026/06/08 03:25:24 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:24 DEBUG : Looking for writers 2026/06/08 03:25:24 DEBUG : >WaitForWriters: 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.41s) --- PASS: TestRWFileHandleOpenTests/writes (0.20s) --- 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.21s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.01s) --- 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.01s) --- 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.01s) --- 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-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:24 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:24 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:24 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : file1: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : file1(0x309a47e096c0): openPending: 2026/06/08 03:25:24 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:24 DEBUG : file1(0x309a47e096c0): >openPending: err= 2026/06/08 03:25:24 DEBUG : file1: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:24 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/08 03:25:24 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/08 03:25:24 DEBUG : file1(0x309a47e096c0): _writeAt: size=2, off=0 2026/06/08 03:25:24 DEBUG : file1(0x309a47e096c0): >_writeAt: n=2, err= 2026/06/08 03:25:24 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/06/08 03:25:24 DEBUG : file1(0x309a47e096c0): RWFileHandle.Flush 2026/06/08 03:25:24 DEBUG : file1(0x309a47e096c0): RWFileHandle.Release 2026/06/08 03:25:24 DEBUG : file1(0x309a47e096c0): close: 2026/06/08 03:25:24 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/06/08 03:25:24 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : file1(0x309a47e096c0): >close: err= 2026/06/08 03:25:24 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:24 DEBUG : Looking for writers 2026/06/08 03:25:24 DEBUG : file1: reading active writers 2026/06/08 03:25:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/08 03:25:24 DEBUG : Looking for writers 2026/06/08 03:25:24 DEBUG : file1: reading active writers 2026/06/08 03:25:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/08 03:25:24 DEBUG : Looking for writers 2026/06/08 03:25:24 DEBUG : file1: reading active writers 2026/06/08 03:25:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/08 03:25:24 DEBUG : Looking for writers 2026/06/08 03:25:24 DEBUG : file1: reading active writers 2026/06/08 03:25:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/08 03:25:24 DEBUG : file1: vfs cache: starting upload 2026/06/08 03:25:24 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1.a0a9169e.partial" 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1.a0a9169e.partial 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1.a0a9169e.partial" 2026/06/08 03:25:24 DEBUG : Looking for writers 2026/06/08 03:25:24 DEBUG : file1: reading active writers 2026/06/08 03:25:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-kaqejuk8tero/file1.a0a9169e.partial 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:24 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/08 03:25:24 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/06/08 03:25:24 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/06/08 03:25:24 INFO : file1: Copied (new) 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:24 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/08 03:25:24 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/06/08 03:25:24 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/08 03:25:24 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:24 INFO : file1: vfs cache: upload succeeded try #1 2026/06/08 03:25:24 DEBUG : Looking for writers 2026/06/08 03:25:24 DEBUG : file1: reading active writers 2026/06/08 03:25:24 DEBUG : >WaitForWriters: 2026/06/08 03:25:24 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-kaqejuk8tero/dir/file1: no such file or directory 2026/06/08 03:25:24 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-kaqejuk8tero/dir/file1: no such file or directory 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:24 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:24 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/06/08 03:25:24 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:24 DEBUG : Looking for writers 2026/06/08 03:25:24 DEBUG : file1: reading active writers 2026/06/08 03:25:24 DEBUG : >WaitForWriters: 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.48s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:24 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:24 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:24 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:24 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:24 DEBUG : rename_me: newRWFileHandle: 2026/06/08 03:25:24 DEBUG : rename_me(0x309a47fea100): openPending: 2026/06/08 03:25:24 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/06/08 03:25:24 DEBUG : rename_me(0x309a47fea100): >openPending: err= 2026/06/08 03:25:24 DEBUG : rename_me: >newRWFileHandle: err= 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/06/08 03:25:24 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/06/08 03:25:24 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/06/08 03:25:24 DEBUG : rename_me(0x309a47fea100): _writeAt: size=5, off=0 2026/06/08 03:25:24 DEBUG : rename_me(0x309a47fea100): >_writeAt: n=5, err= 2026/06/08 03:25:24 DEBUG : rename_me(0x309a47fea100): close: 2026/06/08 03:25:24 DEBUG : rename_me: vfs cache: setting modification time to 2026-06-08 03:25:24.733527921 +0000 UTC m=+31.080328858 2026/06/08 03:25:24 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/06/08 03:25:24 DEBUG : rename_me(0x309a47fea100): >close: err= 2026/06/08 03:25:24 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/06/08 03:25:24 DEBUG : i_was_renamed: Updating file with 0x309a47f6c1a0 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/06/08 03:25:24 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:24 DEBUG : Looking for writers 2026/06/08 03:25:24 DEBUG : i_was_renamed: reading active writers 2026/06/08 03:25:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/08 03:25:24 DEBUG : Looking for writers 2026/06/08 03:25:24 DEBUG : i_was_renamed: reading active writers 2026/06/08 03:25:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/08 03:25:24 DEBUG : Looking for writers 2026/06/08 03:25:24 DEBUG : i_was_renamed: reading active writers 2026/06/08 03:25:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/08 03:25:24 DEBUG : Looking for writers 2026/06/08 03:25:24 DEBUG : i_was_renamed: reading active writers 2026/06/08 03:25:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/08 03:25:24 DEBUG : i_was_renamed: vfs cache: starting upload 2026/06/08 03:25:24 DEBUG : i_was_renamed.6e89a76a.partial: size = 5 OK 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/i_was_renamed.6e89a76a.partial" 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/i_was_renamed.6e89a76a.partial 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/i_was_renamed.6e89a76a.partial" 2026/06/08 03:25:24 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-kaqejuk8tero/dir/file1: no such file or directory 2026/06/08 03:25:24 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-kaqejuk8tero/dir/file1: no such file or directory 2026/06/08 03:25:24 DEBUG : Looking for writers 2026/06/08 03:25:24 DEBUG : i_was_renamed: reading active writers 2026/06/08 03:25:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kaqejuk8tero/i_was_renamed.6e89a76a.partial 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:24 DEBUG : i_was_renamed.6e89a76a.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/08 03:25:24 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/08 03:25:24 DEBUG : i_was_renamed.6e89a76a.partial: renamed to: i_was_renamed 2026/06/08 03:25:24 INFO : i_was_renamed: Copied (new) 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/i_was_renamed" 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/i_was_renamed 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/i_was_renamed" 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kaqejuk8tero/i_was_renamed 2026/06/08 03:25:24 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:24 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/08 03:25:24 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-06-08 03:25:24 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/08 03:25:24 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/06/08 03:25:24 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/06/08 03:25:24 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/06/08 03:25:25 DEBUG : Looking for writers 2026/06/08 03:25:25 DEBUG : i_was_renamed: reading active writers 2026/06/08 03:25:25 DEBUG : >WaitForWriters: 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:25 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/08 03:25:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kaqejuk8tero" 2026/06/08 03:25:25 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/06/08 03:25:25 DEBUG : forgetting directory cache 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate(0x309a47c18500): _readAt: size=512, off=0 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate(0x309a47c18500): openPending: 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-08 02:26:25 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/08 03:25:25 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate(0x309a47c18500): >openPending: err= 2026/06/08 03:25:25 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate(0x309a47c18500): >_readAt: n=20, err=EOF 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate(0x309a47c18500): close: 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-08 02:26:25 +0000 UTC 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate(0x309a47c18500): >close: err= 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:25 DEBUG : forgetting directory cache 2026/06/08 03:25:25 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate(0x309a47f26280): _readAt: size=512, off=0 2026/06/08 03:25:25 DEBUG : TestRWCacheUpdate(0x309a47f26280): openPending: 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:25 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-08 02:27:25 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-06-08 02:26:25 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-08 02:27:25 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-06-08 02:26:25 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/06/08 03:25:26 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/08 03:25:26 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate(0x309a47f26280): >openPending: err= 2026/06/08 03:25:26 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate(0x309a47f26280): >_readAt: n=20, err=EOF 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate(0x309a47f26280): close: 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-08 02:27:25 +0000 UTC 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate(0x309a47f26280): >close: err= 2026/06/08 03:25:26 DEBUG : Re-reading directory (100.280119ms old) 2026/06/08 03:25:26 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:26 DEBUG : forgetting directory cache 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate(0x309a47f26ac0): _readAt: size=512, off=0 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate(0x309a47f26ac0): openPending: 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-08 02:28:25 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-06-08 02:27:25 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-08 02:28:25 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-06-08 02:27:25 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/06/08 03:25:26 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/08 03:25:26 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate(0x309a47f26ac0): >openPending: err= 2026/06/08 03:25:26 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate(0x309a47f26ac0): >_readAt: n=20, err=EOF 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate(0x309a47f26ac0): close: 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-08 02:28:25 +0000 UTC 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate(0x309a47f26ac0): >close: err= 2026/06/08 03:25:26 DEBUG : Re-reading directory (107.080652ms old) 2026/06/08 03:25:26 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/06/08 03:25:26 DEBUG : forgetting directory cache 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate(0x309a47dc13c0): _readAt: size=512, off=0 2026/06/08 03:25:26 DEBUG : TestRWCacheUpdate(0x309a47dc13c0): openPending: 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:26 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-08 02:29:25 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-06-08 02:28:25 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-08 02:29:25 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-06-08 02:28:25 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/06/08 03:25:27 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/08 03:25:27 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate(0x309a47dc13c0): >openPending: err= 2026/06/08 03:25:27 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate(0x309a47dc13c0): >_readAt: n=20, err=EOF 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate(0x309a47dc13c0): close: 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-08 02:29:25 +0000 UTC 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate(0x309a47dc13c0): >close: err= 2026/06/08 03:25:27 DEBUG : Re-reading directory (104.238552ms old) 2026/06/08 03:25:27 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:27 DEBUG : forgetting directory cache 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate(0x309a47d76180): _readAt: size=512, off=0 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate(0x309a47d76180): openPending: 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-08 02:30:25 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-06-08 02:29:25 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-08 02:30:25 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-06-08 02:29:25 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/06/08 03:25:27 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/08 03:25:27 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate(0x309a47d76180): >openPending: err= 2026/06/08 03:25:27 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate(0x309a47d76180): >_readAt: n=20, err=EOF 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate(0x309a47d76180): close: 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-08 02:30:25 +0000 UTC 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate(0x309a47d76180): >close: err= 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:27 DEBUG : forgetting directory cache 2026/06/08 03:25:27 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate(0x309a47d76980): _readAt: size=512, off=0 2026/06/08 03:25:27 DEBUG : TestRWCacheUpdate(0x309a47d76980): openPending: 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:27 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-08 02:31:25 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-06-08 02:30:25 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-08 02:31:25 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-06-08 02:30:25 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/06/08 03:25:28 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/08 03:25:28 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate(0x309a47d76980): >openPending: err= 2026/06/08 03:25:28 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate(0x309a47d76980): >_readAt: n=20, err=EOF 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate(0x309a47d76980): close: 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-08 02:31:25 +0000 UTC 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate(0x309a47d76980): >close: err= 2026/06/08 03:25:28 DEBUG : Re-reading directory (108.850773ms old) 2026/06/08 03:25:28 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/06/08 03:25:28 DEBUG : forgetting directory cache 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate(0x309a47feae00): _readAt: size=512, off=0 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate(0x309a47feae00): openPending: 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-06-08 02:32:25 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-06-08 02:31:25 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-06-08 02:32:25 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-06-08 02:31:25 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/06/08 03:25:28 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/06/08 03:25:28 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate(0x309a47feae00): >openPending: err= 2026/06/08 03:25:28 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate(0x309a47feae00): >_readAt: n=21, err=EOF 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate(0x309a47feae00): close: 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-08 02:32:25 +0000 UTC 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate(0x309a47feae00): >close: err= 2026/06/08 03:25:28 DEBUG : Re-reading directory (107.664838ms old) 2026/06/08 03:25:28 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/06/08 03:25:28 DEBUG : forgetting directory cache 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate(0x309a47c19c80): _readAt: size=512, off=0 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate(0x309a47c19c80): openPending: 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-06-08 02:33:25 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-06-08 02:32:25 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-06-08 02:33:25 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-06-08 02:32:25 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/06/08 03:25:28 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/06/08 03:25:28 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate(0x309a47c19c80): >openPending: err= 2026/06/08 03:25:28 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate(0x309a47c19c80): >_readAt: n=22, err=EOF 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate(0x309a47c19c80): close: 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-08 02:33:25 +0000 UTC 2026/06/08 03:25:28 DEBUG : TestRWCacheUpdate(0x309a47c19c80): >close: err= 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:28 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:29 DEBUG : forgetting directory cache 2026/06/08 03:25:29 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate(0x309a4797c9c0): _readAt: size=512, off=0 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate(0x309a4797c9c0): openPending: 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-06-08 02:34:25 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-06-08 02:33:25 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-06-08 02:34:25 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-06-08 02:33:25 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/06/08 03:25:29 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/06/08 03:25:29 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate(0x309a4797c9c0): >openPending: err= 2026/06/08 03:25:29 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate(0x309a4797c9c0): >_readAt: n=23, err=EOF 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate(0x309a4797c9c0): close: 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-08 02:34:25 +0000 UTC 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate(0x309a4797c9c0): >close: err= 2026/06/08 03:25:29 DEBUG : Re-reading directory (103.211067ms old) 2026/06/08 03:25:29 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:29 DEBUG : forgetting directory cache 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate(0x309a47f27c40): _readAt: size=512, off=0 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate(0x309a47f27c40): openPending: 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/TestRWCacheUpdate" 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-kaqejuk8tero/TestRWCacheUpdate 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-06-08 02:35:25 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-06-08 02:34:25 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-06-08 02:35:25 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-06-08 02:34:25 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/06/08 03:25:29 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/06/08 03:25:29 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate(0x309a47f27c40): >openPending: err= 2026/06/08 03:25:29 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate(0x309a47f27c40): >_readAt: n=24, err=EOF 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate(0x309a47f27c40): close: 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-08 02:35:25 +0000 UTC 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate(0x309a47f27c40): >close: err= 2026/06/08 03:25:29 DEBUG : Re-reading directory (100.767042ms old) 2026/06/08 03:25:29 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/08 03:25:29 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:29 DEBUG : Looking for writers 2026/06/08 03:25:29 DEBUG : TestRWCacheUpdate: reading active writers 2026/06/08 03:25:29 DEBUG : >WaitForWriters: 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (4.91s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/FiLeA" 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/FiLeA 2026/06/08 03:25:29 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/FiLeA" 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-kaqejuk8tero/FiLeA 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:30 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/FiLeA" 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/FiLeA 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/FiLeA" 2026/06/08 03:25:30 DEBUG : forgetting directory cache 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-kaqejuk8tero/FiLeA 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:30 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/FiLeB" 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/FiLeB 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/FiLeB" 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-kaqejuk8tero/FiLeB 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:30 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/FiLeB" 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/FiLeB 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/FiLeB" 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-kaqejuk8tero/FiLeB 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:30 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/08 03:25:30 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:30 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:30 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:30 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/08 03:25:30 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/08 03:25:30 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/08 03:25:30 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:30 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/FiLeA" 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/FiLeA 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/FiLeA" 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-kaqejuk8tero/FiLeA 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:30 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/08 03:25:30 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:30 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/08 03:25:30 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/08 03:25:30 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/08 03:25:30 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:30 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/FiLeA" 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/FiLeA 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/FiLeA" 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-kaqejuk8tero/FiLeA 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:30 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/08 03:25:30 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:30 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/08 03:25:30 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/08 03:25:30 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/08 03:25:30 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:30 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:30 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:30 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/08 03:25:30 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/08 03:25:30 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/08 03:25:30 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:30 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/FiLeB" 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/FiLeB 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/FiLeB" 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-kaqejuk8tero/FiLeB 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:30 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/08 03:25:30 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:30 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/08 03:25:30 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/08 03:25:30 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/08 03:25:30 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:30 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/FilEb" 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/FilEb 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/FilEb" 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-kaqejuk8tero/FilEb 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:30 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/FiLeA" 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/FiLeA 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/FiLeA" 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-kaqejuk8tero/FiLeA 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:30 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/FiLeA" 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/FiLeA 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/FiLeA" 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-kaqejuk8tero/FiLeA 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:30 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/FiLeB" 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/FiLeB 2026/06/08 03:25:30 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/FiLeB" 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-kaqejuk8tero/FiLeB 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:31 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/FiLeB" 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/FiLeB 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/FiLeB" 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-kaqejuk8tero/FiLeB 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:31 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/FilEb" 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/FilEb 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/FilEb" 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-kaqejuk8tero/FilEb 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:31 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/FilEb" 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/FilEb 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/FilEb" 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-kaqejuk8tero/FilEb 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:31 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/06/08 03:25:31 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:31 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/08 03:25:31 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/08 03:25:31 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/08 03:25:31 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:31 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:31 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:31 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/08 03:25:31 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/08 03:25:31 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/06/08 03:25:31 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:31 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:31 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:31 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/08 03:25:31 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/08 03:25:31 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/06/08 03:25:31 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:31 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:31 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:31 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/08 03:25:31 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/08 03:25:31 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/06/08 03:25:31 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:31 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:31 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:31 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/08 03:25:31 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/08 03:25:31 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/08 03:25:31 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:31 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/FiLeB" 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/FiLeB 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/FiLeB" 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-kaqejuk8tero/FiLeB 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:31 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/08 03:25:31 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:31 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/08 03:25:31 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/08 03:25:31 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/08 03:25:31 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:31 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/FilEb" 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/FilEb 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/FilEb" 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-kaqejuk8tero/FilEb 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:31 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/08 03:25:31 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:31 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/06/08 03:25:31 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/06/08 03:25:31 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:31 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/06/08 03:25:31 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/06/08 03:25:31 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:31 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/08 03:25:31 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/08 03:25:31 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/08 03:25:31 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:31 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:31 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:31 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:31 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:31 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:31 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:31 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:31 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:31 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/08 03:25:31 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/08 03:25:31 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/08 03:25:31 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:31 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:31 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:31 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/08 03:25:31 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/08 03:25:31 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/08 03:25:31 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:31 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:31 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:31 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:31 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:31 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:31 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:31 DEBUG : Looking for writers 2026/06/08 03:25:31 DEBUG : FiLeA: reading active writers 2026/06/08 03:25:31 DEBUG : FiLeB: reading active writers 2026/06/08 03:25:31 DEBUG : FilEb: reading active writers 2026/06/08 03:25:31 DEBUG : >WaitForWriters: 2026/06/08 03:25:31 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:31 DEBUG : Looking for writers 2026/06/08 03:25:31 DEBUG : FiLeA: reading active writers 2026/06/08 03:25:31 DEBUG : FiLeB: reading active writers 2026/06/08 03:25:31 DEBUG : FilEb: reading active writers 2026/06/08 03:25:31 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.71s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/normal name with no special characters.txt" 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/normal\ name\ with\ no\ special\ characters.txt 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/normal\ name\ with\ no\ special\ characters.txt" 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-kaqejuk8tero/normal name with no special characters.txt 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:31 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/normal name with no special characters.txt" 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/normal\ name\ with\ no\ special\ characters.txt 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/normal\ name\ with\ no\ special\ characters.txt" 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-kaqejuk8tero/normal name with no special characters.txt 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:31 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/測試_Русский___ě_áñ" 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/測試_Русский___ě_áñ 2026/06/08 03:25:31 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/測試_Русский___ě_áñ" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-kaqejuk8tero/測試_Русский___ě_áñ 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:32 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/測試_Русский___ě_áñ" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/測試_Русский___ě_áñ 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/測試_Русский___ě_áñ" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-kaqejuk8tero/測試_Русский___ě_áñ 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:32 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/08 03:25:32 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:32 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:32 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/06/08 03:25:32 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/06/08 03:25:32 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/06/08 03:25:32 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:32 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/normal name with no special characters.txt" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/normal\ name\ with\ no\ special\ characters.txt 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/normal\ name\ with\ no\ special\ characters.txt" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-kaqejuk8tero/normal name with no special characters.txt 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:32 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/08 03:25:32 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:32 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/06/08 03:25:32 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/06/08 03:25:32 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/06/08 03:25:32 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:32 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/測試_Русский___ě_áñ" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/測試_Русский___ě_áñ 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/測試_Русский___ě_áñ" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-kaqejuk8tero/測試_Русский___ě_áñ 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:32 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/08 03:25:32 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:32 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/06/08 03:25:32 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/06/08 03:25:32 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/06/08 03:25:32 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:32 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:32 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:32 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:32 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:32 DEBUG : Looking for writers 2026/06/08 03:25:32 DEBUG : normal name with no special characters.txt: reading active writers 2026/06/08 03:25:32 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/06/08 03:25:32 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.62s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:32 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Reusing VFS from active cache 2026/06/08 03:25:32 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:32 DEBUG : Looking for writers 2026/06/08 03:25:32 DEBUG : >WaitForWriters: 2026/06/08 03:25:32 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:32 DEBUG : Looking for writers 2026/06/08 03:25:32 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:32 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:32 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:32 DEBUG : Looking for writers 2026/06/08 03:25:32 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:32 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:32 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:32 DEBUG : Looking for writers 2026/06/08 03:25:32 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:32 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:32 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:32 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:32 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:32 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/08 03:25:32 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:32 DEBUG : dir: Looking for writers 2026/06/08 03:25:32 DEBUG : file2: reading active writers 2026/06/08 03:25:32 DEBUG : Looking for writers 2026/06/08 03:25:32 DEBUG : dir: reading active writers 2026/06/08 03:25:32 DEBUG : file1: reading active writers 2026/06/08 03:25:32 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.43s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:32 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:32 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:32 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:25:32 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:33 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:33 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/08 03:25:33 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:33 DEBUG : dir: Looking for writers 2026/06/08 03:25:33 DEBUG : Looking for writers 2026/06/08 03:25:33 DEBUG : dir: reading active writers 2026/06/08 03:25:33 DEBUG : file1: reading active writers 2026/06/08 03:25:33 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.39s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:33 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:33 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:33 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:33 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:33 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/08 03:25:33 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:33 DEBUG : file1: Open: flags=O_RDONLY 2026/06/08 03:25:33 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/08 03:25:33 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/08 03:25:33 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:33 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/06/08 03:25:33 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/08 03:25:33 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:33 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:33 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:33 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/08 03:25:33 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/06/08 03:25:33 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/06/08 03:25:33 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: File to upload is small (0 bytes), uploading instead of streaming 2026/06/08 03:25:33 DEBUG : dir/new_file.txt: size = 0 OK 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/new_file.txt" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/new_file.txt 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/new_file.txt" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kaqejuk8tero/dir/new_file.txt 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:33 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/08 03:25:33 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/08 03:25:33 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/06/08 03:25:33 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/08 03:25:33 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:33 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/06/08 03:25:33 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:33 DEBUG : dir: Looking for writers 2026/06/08 03:25:33 DEBUG : file2: reading active writers 2026/06/08 03:25:33 DEBUG : new_file.txt: reading active writers 2026/06/08 03:25:33 DEBUG : Looking for writers 2026/06/08 03:25:33 DEBUG : dir: reading active writers 2026/06/08 03:25:33 DEBUG : file1: reading active writers 2026/06/08 03:25:33 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.54s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:33 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:33 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file2" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-kaqejuk8tero/dir/file2 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:33 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/08 03:25:33 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/06/08 03:25:33 DEBUG : dir/file1: Updating file with dir/file1 0x309a4799bc70 2026/06/08 03:25:33 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/06/08 03:25:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:33 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:33 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/dir/file1" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-kaqejuk8tero/dir/file1 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:34 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/08 03:25:34 INFO : dir/file1: Moved (server-side) to: file0 2026/06/08 03:25:34 DEBUG : file0: Updating file with file0 0x309a4799bc70 2026/06/08 03:25:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/08 03:25:34 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file0" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file0 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file0" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-kaqejuk8tero/file0 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:34 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file0" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/file0 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/file0" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-kaqejuk8tero/file0 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:34 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/08 03:25:34 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:34 DEBUG : dir: Looking for writers 2026/06/08 03:25:34 DEBUG : Looking for writers 2026/06/08 03:25:34 DEBUG : dir: reading active writers 2026/06/08 03:25:34 DEBUG : file0: reading active writers 2026/06/08 03:25:34 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.63s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:34 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Server has VFS statistics extension 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: About path "/rclone-test-kaqejuk8tero" 2026/06/08 03:25:34 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:34 DEBUG : Looking for writers 2026/06/08 03:25:34 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.00s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:34 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:34 DEBUG : Added virtual directory entry vAddDir: "/" 2026/06/08 03:25:34 DEBUG : Added virtual directory entry vAddDir: "a" 2026/06/08 03:25:34 DEBUG : Added virtual directory entry vAddDir: "b" 2026/06/08 03:25:34 DEBUG : Added virtual directory entry vAddDir: "c" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/08 03:25:34 DEBUG : Added virtual directory entry vAddDir: "d" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/08 03:25:34 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:34 DEBUG : Looking for writers 2026/06/08 03:25:34 DEBUG : a: Looking for writers 2026/06/08 03:25:34 DEBUG : b: Looking for writers 2026/06/08 03:25:34 DEBUG : c: Looking for writers 2026/06/08 03:25:34 DEBUG : d: Looking for writers 2026/06/08 03:25:34 DEBUG : Looking for writers 2026/06/08 03:25:34 DEBUG : /: reading active writers 2026/06/08 03:25:34 DEBUG : a: reading active writers 2026/06/08 03:25:34 DEBUG : b: reading active writers 2026/06/08 03:25:34 DEBUG : c: reading active writers 2026/06/08 03:25:34 DEBUG : d: reading active writers 2026/06/08 03:25:34 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.22s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:34 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:34 DEBUG : Added virtual directory entry vAddDir: "a" 2026/06/08 03:25:34 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/06/08 03:25:34 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/06/08 03:25:34 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/06/08 03:25:34 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:34 DEBUG : a/b/c/d: Looking for writers 2026/06/08 03:25:34 DEBUG : a/b/c: Looking for writers 2026/06/08 03:25:34 DEBUG : d: reading active writers 2026/06/08 03:25:34 DEBUG : a/b: Looking for writers 2026/06/08 03:25:34 DEBUG : c: reading active writers 2026/06/08 03:25:34 DEBUG : a: Looking for writers 2026/06/08 03:25:34 DEBUG : b: reading active writers 2026/06/08 03:25:34 DEBUG : Looking for writers 2026/06/08 03:25:34 DEBUG : a: reading active writers 2026/06/08 03:25:34 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.04s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:34 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:34 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:34 DEBUG : Looking for writers 2026/06/08 03:25:34 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-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:34 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:34 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:34 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:34 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/08 03:25:34 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/08 03:25:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:34 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/06/08 03:25:34 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/06/08 03:25:34 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: File to upload is small (5 bytes), uploading instead of streaming 2026/06/08 03:25:34 DEBUG : file1: size = 5 OK 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:34 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/08 03:25:34 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/08 03:25:34 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/08 03:25:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:34 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:34 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/06/08 03:25:34 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:34 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:34 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/08 03:25:34 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/08 03:25:34 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:34 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:34 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/08 03:25:34 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/08 03:25:34 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/06/08 03:25:34 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/08 03:25:34 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/08 03:25:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:34 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/08 03:25:34 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/08 03:25:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: File to upload is small (0 bytes), uploading instead of streaming 2026/06/08 03:25:34 DEBUG : file1: size = 0 OK 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:34 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/08 03:25:34 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/08 03:25:34 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/08 03:25:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:34 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/08 03:25:34 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/08 03:25:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:34 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/08 03:25:34 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/08 03:25:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: File to upload is small (7 bytes), uploading instead of streaming 2026/06/08 03:25:34 DEBUG : file1: size = 7 OK 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:34 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:35 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:35 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:35 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:35 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/06/08 03:25:35 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/06/08 03:25:35 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/08 03:25:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:35 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:35 DEBUG : Looking for writers 2026/06/08 03:25:35 DEBUG : file1: reading active writers 2026/06/08 03:25:35 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.48s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:35 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:35 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:35 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:35 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/08 03:25:35 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/08 03:25:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:35 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/06/08 03:25:36 DEBUG : file1: aborting in-sequence write wait, off=100 2026/06/08 03:25:36 DEBUG : file1: failed to wait for in-sequence write to 100 2026/06/08 03:25:36 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: File to upload is small (11 bytes), uploading instead of streaming 2026/06/08 03:25:36 DEBUG : file1: size = 11 OK 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:36 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/08 03:25:36 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/08 03:25:36 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/08 03:25:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:36 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:36 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:36 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/08 03:25:36 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:36 DEBUG : Looking for writers 2026/06/08 03:25:36 DEBUG : file1: reading active writers 2026/06/08 03:25:36 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.30s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:36 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:36 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/08 03:25:36 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/08 03:25:36 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/06/08 03:25:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: File to upload is small (5 bytes), uploading instead of streaming 2026/06/08 03:25:36 DEBUG : file1: size = 5 OK 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:36 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/08 03:25:36 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/08 03:25:36 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/08 03:25:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:36 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/06/08 03:25:36 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:36 DEBUG : Looking for writers 2026/06/08 03:25:36 DEBUG : file1: reading active writers 2026/06/08 03:25:36 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.10s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:36 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:36 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/08 03:25:36 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/08 03:25:36 DEBUG : file1: WriteFileHandle.Release closing 2026/06/08 03:25:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: File to upload is small (0 bytes), uploading instead of streaming 2026/06/08 03:25:36 DEBUG : file1: size = 0 OK 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:36 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/08 03:25:36 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/08 03:25:36 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/08 03:25:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:36 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/06/08 03:25:36 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:36 DEBUG : Looking for writers 2026/06/08 03:25:36 DEBUG : file1: reading active writers 2026/06/08 03:25:36 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.06s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:36 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:36 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/08 03:25:36 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/08 03:25:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: File to upload is small (2 bytes), uploading instead of streaming 2026/06/08 03:25:36 DEBUG : file1: size = 2 OK 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:36 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/08 03:25:36 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/06/08 03:25:36 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/08 03:25:36 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/06/08 03:25:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:36 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:36 DEBUG : Looking for writers 2026/06/08 03:25:36 DEBUG : file1: reading active writers 2026/06/08 03:25:36 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.10s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:36 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:36 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/08 03:25:36 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/08 03:25:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: File to upload is small (0 bytes), uploading instead of streaming 2026/06/08 03:25:36 DEBUG : file1: size = 0 OK 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:36 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/08 03:25:36 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/08 03:25:36 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/08 03:25:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:36 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:36 DEBUG : file1: Open: flags=O_RDONLY 2026/06/08 03:25:36 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/08 03:25:36 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/08 03:25:36 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:36 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:36 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:36 DEBUG : Looking for writers 2026/06/08 03:25:36 DEBUG : file1: reading active writers 2026/06/08 03:25:36 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.10s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:36 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/08 03:25:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/08 03:25:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:36 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/08 03:25:36 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/08 03:25:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: File to upload is small (100 bytes), uploading instead of streaming 2026/06/08 03:25:36 DEBUG : file1: size = 100 OK 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/file1" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 14bf7d11f31a514b03cef95f7d90f549 /rclone-test-kaqejuk8tero/file1 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:36 DEBUG : file1: Parsed hash: 14bf7d11f31a514b03cef95f7d90f549 2026/06/08 03:25:36 DEBUG : file1: md5 = 14bf7d11f31a514b03cef95f7d90f549 OK 2026/06/08 03:25:36 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/08 03:25:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/08 03:25:36 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/08 03:25:36 DEBUG : file1: Open: flags=O_RDONLY 2026/06/08 03:25:36 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/08 03:25:36 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/08 03:25:36 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:36 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:36 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:36 DEBUG : Looking for writers 2026/06/08 03:25:36 DEBUG : file1: reading active writers 2026/06/08 03:25:36 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.11s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:36 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/flat/f000.txt" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/flat/f000.txt 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/flat/f000.txt" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-kaqejuk8tero/flat/f000.txt 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:36 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/flat/f000.txt" 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/flat/f000.txt 2026/06/08 03:25:36 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/flat/f000.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-kaqejuk8tero/flat/f000.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:37 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/flat/f001.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/flat/f001.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/flat/f001.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-kaqejuk8tero/flat/f001.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:37 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/flat/f001.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/flat/f001.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/flat/f001.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-kaqejuk8tero/flat/f001.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:37 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/flat/f002.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/flat/f002.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/flat/f002.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-kaqejuk8tero/flat/f002.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:37 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/flat/f002.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/flat/f002.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/flat/f002.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-kaqejuk8tero/flat/f002.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:37 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/flat/f003.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/flat/f003.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/flat/f003.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-kaqejuk8tero/flat/f003.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:37 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/flat/f003.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/flat/f003.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/flat/f003.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-kaqejuk8tero/flat/f003.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:37 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/flat/f004.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/flat/f004.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/flat/f004.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-kaqejuk8tero/flat/f004.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:37 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/flat/f004.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: sha1sum /rclone-test-kaqejuk8tero/flat/f004.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kaqejuk8tero/flat/f004.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-kaqejuk8tero/flat/f004.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:37 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/06/08 03:25:37 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/06/08 03:25:37 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/06/08 03:25:37 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:37 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/flat/f000.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/flat/f000.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/flat/f000.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-kaqejuk8tero/flat/f000.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:37 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/06/08 03:25:37 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/06/08 03:25:37 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/06/08 03:25:37 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:37 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/flat/f001.txt" 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/flat/f001.txt 2026/06/08 03:25:37 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/flat/f001.txt" 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-kaqejuk8tero/flat/f001.txt 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:38 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/06/08 03:25:38 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/06/08 03:25:38 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/06/08 03:25:38 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:38 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/flat/f002.txt" 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/flat/f002.txt 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/flat/f002.txt" 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-kaqejuk8tero/flat/f002.txt 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:38 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/06/08 03:25:38 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/06/08 03:25:38 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/06/08 03:25:38 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:38 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/flat/f003.txt" 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/flat/f003.txt 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/flat/f003.txt" 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-kaqejuk8tero/flat/f003.txt 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:38 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/06/08 03:25:38 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/06/08 03:25:38 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/06/08 03:25:38 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:38 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/flat/f004.txt" 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/flat/f004.txt 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/flat/f004.txt" 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-kaqejuk8tero/flat/f004.txt 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:38 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/06/08 03:25:38 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:38 DEBUG : flat: Looking for writers 2026/06/08 03:25:38 DEBUG : f003.txt: reading active writers 2026/06/08 03:25:38 DEBUG : f004.txt: reading active writers 2026/06/08 03:25:38 DEBUG : f000.txt: reading active writers 2026/06/08 03:25:38 DEBUG : f001.txt: reading active writers 2026/06/08 03:25:38 DEBUG : f002.txt: reading active writers 2026/06/08 03:25:38 DEBUG : Looking for writers 2026/06/08 03:25:38 DEBUG : flat: reading active writers 2026/06/08 03:25:38 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.53s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:38 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:38 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/06/08 03:25:38 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/06/08 03:25:38 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:38 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/a/b/c/deep.txt" 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/a/b/c/deep.txt 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/a/b/c/deep.txt" 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-kaqejuk8tero/a/b/c/deep.txt 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:38 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/06/08 03:25:38 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/06/08 03:25:38 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/06/08 03:25:38 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:38 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/a/b/mid.txt" 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/a/b/mid.txt 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/a/b/mid.txt" 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-kaqejuk8tero/a/b/mid.txt 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:38 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/06/08 03:25:38 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/06/08 03:25:38 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/06/08 03:25:38 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:38 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/a/top.txt" 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/a/top.txt 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/a/top.txt" 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-kaqejuk8tero/a/top.txt 2026/06/08 03:25:38 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:38 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/06/08 03:25:38 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:38 DEBUG : a/b/c: Looking for writers 2026/06/08 03:25:38 DEBUG : deep.txt: reading active writers 2026/06/08 03:25:38 DEBUG : a/b: Looking for writers 2026/06/08 03:25:38 DEBUG : c: reading active writers 2026/06/08 03:25:38 DEBUG : mid.txt: reading active writers 2026/06/08 03:25:38 DEBUG : a: Looking for writers 2026/06/08 03:25:38 DEBUG : b: reading active writers 2026/06/08 03:25:38 DEBUG : top.txt: reading active writers 2026/06/08 03:25:38 DEBUG : Looking for writers 2026/06/08 03:25:38 DEBUG : a: reading active writers 2026/06/08 03:25:38 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.32s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:38 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:38 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/06/08 03:25:38 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/06/08 03:25:38 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:38 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:39 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:39 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:39 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:39 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:39 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/bigdir/big.bin" 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/bigdir/big.bin 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/bigdir/big.bin" 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 8b16c8747fe3d7a2be1788a66fa6e4a6 /rclone-test-kaqejuk8tero/bigdir/big.bin 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:39 DEBUG : bigdir/big.bin: Parsed hash: 8b16c8747fe3d7a2be1788a66fa6e4a6 2026/06/08 03:25:39 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:39 DEBUG : bigdir: Looking for writers 2026/06/08 03:25:39 DEBUG : big.bin: reading active writers 2026/06/08 03:25:39 DEBUG : Looking for writers 2026/06/08 03:25:39 DEBUG : bigdir: reading active writers 2026/06/08 03:25:39 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.74s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-kaqejuk8tero", Local "Local file system at /tmp/rclone3362020346", Modify Window "1s" 2026/06/08 03:25:39 INFO : sftp://rclone@:22/rclone-test-kaqejuk8tero: poll-interval is not supported by this remote 2026/06/08 03:25:39 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/06/08 03:25:39 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/06/08 03:25:39 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:39 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir1/a.txt" 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir1/a.txt 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir1/a.txt" 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-kaqejuk8tero/dir1/a.txt 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:39 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/06/08 03:25:39 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/06/08 03:25:39 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/06/08 03:25:39 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:39 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir2/b.txt" 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir2/b.txt 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir2/b.txt" 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: 415290769594460e2e485922904f345d /rclone-test-kaqejuk8tero/dir2/b.txt 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:39 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/06/08 03:25:39 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/06/08 03:25:39 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/06/08 03:25:39 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/08 03:25:39 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Shell path "/rclone-test-kaqejuk8tero/dir3/c.txt" 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: creating additional session 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Running remote command: md5sum /rclone-test-kaqejuk8tero/dir3/c.txt 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kaqejuk8tero/dir3/c.txt" 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: command exited OK 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-kaqejuk8tero/dir3/c.txt 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: ssh external: close 2026/06/08 03:25:39 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/06/08 03:25:39 DEBUG : WaitForWriters: timeout=30s 2026/06/08 03:25:39 DEBUG : dir3: Looking for writers 2026/06/08 03:25:39 DEBUG : c.txt: reading active writers 2026/06/08 03:25:39 DEBUG : dir1: Looking for writers 2026/06/08 03:25:39 DEBUG : a.txt: reading active writers 2026/06/08 03:25:39 DEBUG : dir2: Looking for writers 2026/06/08 03:25:39 DEBUG : b.txt: reading active writers 2026/06/08 03:25:39 DEBUG : Looking for writers 2026/06/08 03:25:39 DEBUG : dir1: reading active writers 2026/06/08 03:25:39 DEBUG : dir2: reading active writers 2026/06/08 03:25:39 DEBUG : dir3: reading active writers 2026/06/08 03:25:39 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.32s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/06/08 03:25:39 DEBUG : sftp://rclone@:22/rclone-test-kaqejuk8tero: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.086737363s (try 1/5)