"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/07/09 03:14:32 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-hibugiw4yafa" 2026/07/09 03:14:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/09 03:14:32 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/07/09 03:14:32 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/07/09 03:14:32 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/07/09 03:14:32 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/07/09 03:14:32 NOTICE: TestSFTPRcloneSSH{aFBXt}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell type "unix" from config 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Relative path resolved to "/rclone-test-hibugiw4yafa" 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Using root directory "/rclone-test-hibugiw4yafa" 2026/07/09 03:14:32 DEBUG : Creating backend with remote "/tmp/rclone658852130" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:32 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:32 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:32 DEBUG : dir: Looking for writers 2026/07/09 03:14:32 DEBUG : Looking for writers 2026/07/09 03:14:32 DEBUG : dir: reading active writers 2026/07/09 03:14:32 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.22s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:32 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:32 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:33 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:33 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/subdir/file3" 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/subdir/file3 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/subdir/file3" 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-hibugiw4yafa/dir/subdir/file3 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:33 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/subdir/file3" 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/subdir/file3 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/subdir/file3" 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-hibugiw4yafa/dir/subdir/file3 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:33 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/07/09 03:14:33 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:33 DEBUG : dir/subdir: Looking for writers 2026/07/09 03:14:33 DEBUG : dir: Looking for writers 2026/07/09 03:14:33 DEBUG : file1: reading active writers 2026/07/09 03:14:33 DEBUG : file2: reading active writers 2026/07/09 03:14:33 DEBUG : subdir: reading active writers 2026/07/09 03:14:33 DEBUG : Looking for writers 2026/07/09 03:14:33 DEBUG : dir: reading active writers 2026/07/09 03:14:33 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.62s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:33 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:33 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:33 DEBUG : dir: Looking for writers 2026/07/09 03:14:33 DEBUG : file1: reading active writers 2026/07/09 03:14:33 DEBUG : Looking for writers 2026/07/09 03:14:33 DEBUG : dir: reading active writers 2026/07/09 03:14:33 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.21s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:33 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:33 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:33 DEBUG : dir: Looking for writers 2026/07/09 03:14:33 DEBUG : Looking for writers 2026/07/09 03:14:33 DEBUG : dir: reading active writers 2026/07/09 03:14:33 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.20s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:33 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:33 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:34 DEBUG : dir: forgetting directory cache 2026/07/09 03:14:34 DEBUG : forgetting directory cache 2026/07/09 03:14:34 DEBUG : dir: forgetting directory cache 2026/07/09 03:14:34 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:34 DEBUG : Looking for writers 2026/07/09 03:14:34 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.21s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:34 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:34 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/07/09 03:14:34 DEBUG : dir: invalidating directory cache 2026/07/09 03:14:34 DEBUG : >ForgetPath: 2026/07/09 03:14:34 DEBUG : ForgetPath: relativePath="dir", type=0 2026/07/09 03:14:34 DEBUG : invalidating directory cache 2026/07/09 03:14:34 DEBUG : dir: forgetting directory cache 2026/07/09 03:14:34 DEBUG : >ForgetPath: 2026/07/09 03:14:34 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/07/09 03:14:34 DEBUG : >ForgetPath: 2026/07/09 03:14:34 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:34 DEBUG : dir: Looking for writers 2026/07/09 03:14:34 DEBUG : Looking for writers 2026/07/09 03:14:34 DEBUG : dir: reading active writers 2026/07/09 03:14:34 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.21s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:34 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/fil/a/b/c" 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/fil/a/b/c 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/fil/a/b/c" 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-hibugiw4yafa/fil/a/b/c 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:34 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/fil/a/b/c" 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/fil/a/b/c 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/fil/a/b/c" 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-hibugiw4yafa/fil/a/b/c 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:34 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:34 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:34 DEBUG : forgetting directory cache 2026/07/09 03:14:34 DEBUG : dir: forgetting directory cache 2026/07/09 03:14:34 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:34 DEBUG : dir: Looking for writers 2026/07/09 03:14:34 DEBUG : fil/a/b: Looking for writers 2026/07/09 03:14:34 DEBUG : fil/a: Looking for writers 2026/07/09 03:14:34 DEBUG : b: reading active writers 2026/07/09 03:14:34 DEBUG : fil: Looking for writers 2026/07/09 03:14:34 DEBUG : a: reading active writers 2026/07/09 03:14:34 DEBUG : Looking for writers 2026/07/09 03:14:34 DEBUG : dir: reading active writers 2026/07/09 03:14:34 DEBUG : fil: reading active writers 2026/07/09 03:14:34 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.67s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:34 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:35 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:35 DEBUG : dir: Looking for writers 2026/07/09 03:14:35 DEBUG : Looking for writers 2026/07/09 03:14:35 DEBUG : dir: reading active writers 2026/07/09 03:14:35 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.21s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:35 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:35 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:35 DEBUG : dir: Looking for writers 2026/07/09 03:14:35 DEBUG : file1: reading active writers 2026/07/09 03:14:35 DEBUG : Looking for writers 2026/07/09 03:14:35 DEBUG : dir: reading active writers 2026/07/09 03:14:35 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:35 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:35 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:35 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/subdir/file3" 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/subdir/file3 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/subdir/file3" 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-hibugiw4yafa/dir/subdir/file3 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:35 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/subdir/file3" 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/subdir/file3 2026/07/09 03:14:35 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/subdir/file3" 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-hibugiw4yafa/dir/subdir/file3 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:36 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/07/09 03:14:36 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/07/09 03:14:36 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/07/09 03:14:36 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/09 03:14:36 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/07/09 03:14:36 DEBUG : Waiting for deletions to finish 2026/07/09 03:14:36 INFO : dir/subdir/file3: Deleted 2026/07/09 03:14:36 DEBUG : removing 1 level 2 directories 2026/07/09 03:14:36 INFO : dir/subdir: Removing directory 2026/07/09 03:14:36 DEBUG : dir: invalidating directory cache 2026/07/09 03:14:36 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/07/09 03:14:36 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/07/09 03:14:36 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/07/09 03:14:36 DEBUG : dir/file1: Reset virtual modtime 2026/07/09 03:14:36 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/07/09 03:14:36 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/09 03:14:36 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/07/09 03:14:36 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/07/09 03:14:36 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/09 03:14:36 DEBUG : dir: invalidating directory cache 2026/07/09 03:14:36 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/07/09 03:14:36 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/07/09 03:14:36 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/09 03:14:36 DEBUG : forgetting directory cache 2026/07/09 03:14:36 DEBUG : dir: forgetting directory cache 2026/07/09 03:14:36 DEBUG : dir/virtualDir: forgetting directory cache 2026/07/09 03:14:36 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:36 DEBUG : dir/virtualDir: Looking for writers 2026/07/09 03:14:36 DEBUG : dir: Looking for writers 2026/07/09 03:14:36 DEBUG : file1: reading active writers 2026/07/09 03:14:36 DEBUG : virtualFile2: reading active writers 2026/07/09 03:14:36 DEBUG : virtualFile: reading active writers 2026/07/09 03:14:36 DEBUG : virtualDir: reading active writers 2026/07/09 03:14:36 DEBUG : Looking for writers 2026/07/09 03:14:36 DEBUG : dir: reading active writers 2026/07/09 03:14:36 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.64s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:36 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:36 ERROR : dir/: Can only open directories read only 2026/07/09 03:14:36 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:36 DEBUG : dir: Looking for writers 2026/07/09 03:14:36 DEBUG : Looking for writers 2026/07/09 03:14:36 DEBUG : dir: reading active writers 2026/07/09 03:14:36 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.18s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:36 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:36 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:14:36 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/09 03:14:36 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/07/09 03:14:36 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: File to upload is small (5 bytes), uploading instead of streaming 2026/07/09 03:14:36 DEBUG : dir/potato: size = 5 OK 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/potato" 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/potato 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/potato" 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-hibugiw4yafa/dir/potato 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:36 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/09 03:14:36 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/09 03:14:36 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/07/09 03:14:36 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/09 03:14:36 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:36 DEBUG : dir: Looking for writers 2026/07/09 03:14:36 DEBUG : file1: reading active writers 2026/07/09 03:14:36 DEBUG : potato: reading active writers 2026/07/09 03:14:36 DEBUG : Looking for writers 2026/07/09 03:14:36 DEBUG : dir: reading active writers 2026/07/09 03:14:36 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.42s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:36 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:36 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:36 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:37 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:37 DEBUG : dir/sub: Looking for writers 2026/07/09 03:14:37 DEBUG : dir: Looking for writers 2026/07/09 03:14:37 DEBUG : file1: reading active writers 2026/07/09 03:14:37 DEBUG : sub: reading active writers 2026/07/09 03:14:37 DEBUG : Looking for writers 2026/07/09 03:14:37 DEBUG : dir: reading active writers 2026/07/09 03:14:37 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.48s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:37 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:37 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/09 03:14:37 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:37 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:37 DEBUG : dir/sub/subsub: Looking for writers 2026/07/09 03:14:37 DEBUG : dir/sub: Looking for writers 2026/07/09 03:14:37 DEBUG : subsub: reading active writers 2026/07/09 03:14:37 DEBUG : dir: Looking for writers 2026/07/09 03:14:37 DEBUG : file1: reading active writers 2026/07/09 03:14:37 DEBUG : sub: reading active writers 2026/07/09 03:14:37 DEBUG : Looking for writers 2026/07/09 03:14:37 DEBUG : dir: reading active writers 2026/07/09 03:14:37 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.42s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:37 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:37 ERROR : dir/: Dir.Remove not empty 2026/07/09 03:14:37 DEBUG : dir/file1: Remove: 2026/07/09 03:14:37 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/09 03:14:37 DEBUG : dir/file1: >Remove: err= 2026/07/09 03:14:37 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/09 03:14:37 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:37 DEBUG : Looking for writers 2026/07/09 03:14:37 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:37 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:37 DEBUG : dir/file1: Remove: 2026/07/09 03:14:37 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/09 03:14:37 DEBUG : dir/file1: >Remove: err= 2026/07/09 03:14:37 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/09 03:14:37 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:37 DEBUG : Looking for writers 2026/07/09 03:14:37 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.21s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:37 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:37 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:38 DEBUG : dir/file1: Remove: 2026/07/09 03:14:38 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/09 03:14:38 DEBUG : dir/file1: >Remove: err= 2026/07/09 03:14:38 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:38 DEBUG : dir: Looking for writers 2026/07/09 03:14:38 DEBUG : Looking for writers 2026/07/09 03:14:38 DEBUG : dir: reading active writers 2026/07/09 03:14:38 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:38 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file3" 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file3 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file3" 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-hibugiw4yafa/dir/file3 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:38 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file3" 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file3 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file3" 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-hibugiw4yafa/dir/file3 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:38 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/09 03:14:38 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/07/09 03:14:38 DEBUG : dir: Updating dir with dir2 0x13d8a876bad0 2026/07/09 03:14:38 DEBUG : dir: forgetting directory cache 2026/07/09 03:14:38 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/09 03:14:38 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir2/file1" 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir2/file1 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir2/file1" 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir2/file1 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:38 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir2/file1" 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir2/file1 2026/07/09 03:14:38 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir2/file1" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir2/file1 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:39 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir2/file3" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir2/file3 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir2/file3" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-hibugiw4yafa/dir2/file3 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:39 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir2/file3" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir2/file3 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir2/file3" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-hibugiw4yafa/dir2/file3 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:39 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/09 03:14:39 INFO : dir2/file1: Moved (server-side) to: file2 2026/07/09 03:14:39 DEBUG : file2: Updating file with file2 0x13d8a89aaa90 2026/07/09 03:14:39 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/07/09 03:14:39 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file2" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file2 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file2" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/file2 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:39 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file2" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/file2 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/file2" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/file2 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:39 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir2/file3" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir2/file3 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir2/file3" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-hibugiw4yafa/dir2/file3 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:39 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir2/file3" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir2/file3 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir2/file3" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-hibugiw4yafa/dir2/file3 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:39 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/09 03:14:39 INFO : dir2/file3: Deleted 2026/07/09 03:14:39 INFO : file2: Moved (server-side) to: dir2/file3 2026/07/09 03:14:39 DEBUG : dir2/file3: Updating file with dir2/file3 0x13d8a89aaa90 2026/07/09 03:14:39 DEBUG : Added virtual directory entry vDel: "file2" 2026/07/09 03:14:39 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir2/file3" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir2/file3 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir2/file3" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir2/file3 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:39 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir2/file3" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir2/file3 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir2/file3" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir2/file3 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:39 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:39 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/07/09 03:14:39 DEBUG : empty directory: Updating dir with renamed empty directory 0x13d8a8280000 2026/07/09 03:14:39 DEBUG : empty directory: forgetting directory cache 2026/07/09 03:14:39 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/07/09 03:14:39 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/07/09 03:14:39 DEBUG : dir2: Renaming to "dir3" 2026/07/09 03:14:39 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:39 DEBUG : renamed empty directory: Looking for writers 2026/07/09 03:14:39 DEBUG : dir3: Looking for writers 2026/07/09 03:14:39 DEBUG : file3: reading active writers 2026/07/09 03:14:39 DEBUG : Looking for writers 2026/07/09 03:14:39 DEBUG : dir3: reading active writers 2026/07/09 03:14:39 DEBUG : renamed empty directory: reading active writers 2026/07/09 03:14:39 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.71s) === 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-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:39 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:39 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:40 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/09 03:14:40 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:14:40 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/09 03:14:40 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/09 03:14:40 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/07/09 03:14:40 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/07/09 03:14:40 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/09 03:14:40 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:14:40 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/09 03:14:40 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/09 03:14:40 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/07/09 03:14:40 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/07/09 03:14:40 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: File to upload is small (12 bytes), uploading instead of streaming 2026/07/09 03:14:40 DEBUG : dir/sub/file2: size = 12 OK 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/sub/file2" 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/sub/file2 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/sub/file2" 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-hibugiw4yafa/dir/sub/file2 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:40 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/07/09 03:14:40 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/07/09 03:14:40 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/07/09 03:14:40 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/09 03:14:40 DEBUG : forgetting directory cache 2026/07/09 03:14:40 DEBUG : dir: forgetting directory cache 2026/07/09 03:14:40 DEBUG : dir/sub: forgetting directory cache 2026/07/09 03:14:40 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/07/09 03:14:40 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: File to upload is small (5 bytes), uploading instead of streaming 2026/07/09 03:14:40 DEBUG : dir/sub/file0: size = 5 OK 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/sub/file0" 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/sub/file0 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/sub/file0" 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-hibugiw4yafa/dir/sub/file0 2026/07/09 03:14:40 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:40 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/09 03:14:40 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/09 03:14:40 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/07/09 03:14:40 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/09 03:14:40 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:40 DEBUG : dir/sub: Looking for writers 2026/07/09 03:14:40 DEBUG : file0: reading active writers 2026/07/09 03:14:40 DEBUG : file2: reading active writers 2026/07/09 03:14:40 DEBUG : dir: Looking for writers 2026/07/09 03:14:40 DEBUG : file1: reading active writers 2026/07/09 03:14:40 DEBUG : sub: reading active writers 2026/07/09 03:14:40 DEBUG : Looking for writers 2026/07/09 03:14:40 DEBUG : dir: reading active writers 2026/07/09 03:14:40 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.42s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:40 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:40 DEBUG : forgetting directory cache 2026/07/09 03:14:41 DEBUG : forgetting directory cache 2026/07/09 03:14:41 DEBUG : dir: forgetting directory cache 2026/07/09 03:14:41 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:41 DEBUG : dir: Looking for writers 2026/07/09 03:14:41 DEBUG : Looking for writers 2026/07/09 03:14:41 DEBUG : dir: reading active writers 2026/07/09 03:14:41 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:41 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/07/09 03:14:41 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:14:41 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/07/09 03:14:41 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/07/09 03:14:41 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/07/09 03:14:41 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:14:41 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/09 03:14:41 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/07/09 03:14:41 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:14:41 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/07/09 03:14:41 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/07/09 03:14:41 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/07/09 03:14:41 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:14:41 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/09 03:14:41 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:41 DEBUG : dir: Looking for writers 2026/07/09 03:14:41 DEBUG : file1: reading active writers 2026/07/09 03:14:41 DEBUG : file1.metadata: reading active writers 2026/07/09 03:14:41 DEBUG : Looking for writers 2026/07/09 03:14:41 DEBUG : dir: reading active writers 2026/07/09 03:14:41 DEBUG : dir.metadata: reading active writers 2026/07/09 03:14:41 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.21s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:41 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:41 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:41 DEBUG : dir: Looking for writers 2026/07/09 03:14:41 DEBUG : file1: reading active writers 2026/07/09 03:14:41 DEBUG : Looking for writers 2026/07/09 03:14:41 DEBUG : dir: reading active writers 2026/07/09 03:14:41 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-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:41 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:41 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:42 DEBUG : Can set mod time: true 2026/07/09 03:14:42 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:42 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:42 DEBUG : dir: Looking for writers 2026/07/09 03:14:42 DEBUG : file1: reading active writers 2026/07/09 03:14:42 DEBUG : Looking for writers 2026/07/09 03:14:42 DEBUG : dir: reading active writers 2026/07/09 03:14:42 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:42 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:42 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/09 03:14:42 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/09 03:14:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: File to upload is small (0 bytes), uploading instead of streaming 2026/07/09 03:14:42 DEBUG : dir/file1: size = 0 OK 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:42 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/09 03:14:42 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/09 03:14:42 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/09 03:14:42 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/09 03:14:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:42 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:42 DEBUG : dir: Looking for writers 2026/07/09 03:14:42 DEBUG : file1: reading active writers 2026/07/09 03:14:42 DEBUG : Looking for writers 2026/07/09 03:14:42 DEBUG : dir: reading active writers 2026/07/09 03:14:42 DEBUG : >WaitForWriters: 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:42 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:42 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/09 03:14:42 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:42 DEBUG : dir: Looking for writers 2026/07/09 03:14:42 DEBUG : file1: reading active writers 2026/07/09 03:14:42 DEBUG : Looking for writers 2026/07/09 03:14:42 DEBUG : dir: reading active writers 2026/07/09 03:14:42 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:42 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:42 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:43 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/09 03:14:43 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/09 03:14:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: File to upload is small (5 bytes), uploading instead of streaming 2026/07/09 03:14:43 DEBUG : dir/file1: size = 5 OK 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:43 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/09 03:14:43 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/09 03:14:43 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/09 03:14:43 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/09 03:14:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:43 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:43 DEBUG : dir: Looking for writers 2026/07/09 03:14:43 DEBUG : file1: reading active writers 2026/07/09 03:14:43 DEBUG : Looking for writers 2026/07/09 03:14:43 DEBUG : dir: reading active writers 2026/07/09 03:14:43 DEBUG : >WaitForWriters: 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:43 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:43 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/09 03:14:43 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:43 DEBUG : dir: Looking for writers 2026/07/09 03:14:43 DEBUG : file1: reading active writers 2026/07/09 03:14:43 DEBUG : Looking for writers 2026/07/09 03:14:43 DEBUG : dir: reading active writers 2026/07/09 03:14:43 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:43 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:43 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:43 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:43 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:43 DEBUG : dir: Looking for writers 2026/07/09 03:14:43 DEBUG : file1: reading active writers 2026/07/09 03:14:43 DEBUG : Looking for writers 2026/07/09 03:14:43 DEBUG : dir: reading active writers 2026/07/09 03:14:43 DEBUG : >WaitForWriters: 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:43 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:43 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:43 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:44 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/09 03:14:44 DEBUG : dir/file1: newRWFileHandle: 2026/07/09 03:14:44 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/09 03:14:44 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/09 03:14:44 DEBUG : dir/file1(0x13d8a8916140): close: 2026/07/09 03:14:44 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/09 03:14:44 DEBUG : dir/file1(0x13d8a8916140): >close: err= 2026/07/09 03:14:44 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:44 DEBUG : dir: Looking for writers 2026/07/09 03:14:44 DEBUG : file1: reading active writers 2026/07/09 03:14:44 DEBUG : Looking for writers 2026/07/09 03:14:44 DEBUG : dir: reading active writers 2026/07/09 03:14:44 DEBUG : >WaitForWriters: 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:44 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:44 DEBUG : dir: Looking for writers 2026/07/09 03:14:44 DEBUG : file1: reading active writers 2026/07/09 03:14:44 DEBUG : Looking for writers 2026/07/09 03:14:44 DEBUG : dir: reading active writers 2026/07/09 03:14:44 DEBUG : >WaitForWriters: 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:44 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:44 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:44 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/09 03:14:44 DEBUG : dir/file1: newRWFileHandle: 2026/07/09 03:14:44 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/09 03:14:44 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/09 03:14:44 DEBUG : dir/file1(0x13d8a899cf40): _writeAt: size=5, off=0 2026/07/09 03:14:44 DEBUG : dir/file1(0x13d8a899cf40): openPending: 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:44 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/09 03:14:44 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/09 03:14:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:44 DEBUG : dir/file1(0x13d8a899cf40): >openPending: err= 2026/07/09 03:14:44 DEBUG : dir/file1(0x13d8a899cf40): >_writeAt: n=5, err= 2026/07/09 03:14:44 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/09 03:14:44 DEBUG : dir/file1(0x13d8a899cf40): close: 2026/07/09 03:14:44 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/07/09 03:14:44 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/07/09 03:14:44 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/07/09 03:14:44 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/09 03:14:44 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/09 03:14:44 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/09 03:14:44 DEBUG : dir/file1(0x13d8a899cf40): >close: err= 2026/07/09 03:14:44 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:44 DEBUG : dir: Looking for writers 2026/07/09 03:14:44 DEBUG : file1: reading active writers 2026/07/09 03:14:44 DEBUG : Looking for writers 2026/07/09 03:14:44 DEBUG : dir: reading active writers 2026/07/09 03:14:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/09 03:14:44 DEBUG : dir: Looking for writers 2026/07/09 03:14:44 DEBUG : file1: reading active writers 2026/07/09 03:14:44 DEBUG : Looking for writers 2026/07/09 03:14:44 DEBUG : dir: reading active writers 2026/07/09 03:14:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/09 03:14:44 DEBUG : dir: Looking for writers 2026/07/09 03:14:44 DEBUG : file1: reading active writers 2026/07/09 03:14:44 DEBUG : Looking for writers 2026/07/09 03:14:44 DEBUG : dir: reading active writers 2026/07/09 03:14:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/09 03:14:44 DEBUG : dir: Looking for writers 2026/07/09 03:14:44 DEBUG : file1: reading active writers 2026/07/09 03:14:44 DEBUG : Looking for writers 2026/07/09 03:14:44 DEBUG : dir: reading active writers 2026/07/09 03:14:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/09 03:14:44 DEBUG : dir/file1: vfs cache: starting upload 2026/07/09 03:14:44 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1.2f98c60a.partial" 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1.2f98c60a.partial 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1.2f98c60a.partial" 2026/07/09 03:14:44 DEBUG : dir: Looking for writers 2026/07/09 03:14:44 DEBUG : file1: reading active writers 2026/07/09 03:14:44 DEBUG : Looking for writers 2026/07/09 03:14:44 DEBUG : dir: reading active writers 2026/07/09 03:14:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-hibugiw4yafa/dir/file1.2f98c60a.partial 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:44 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/09 03:14:44 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/07/09 03:14:44 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/07/09 03:14:44 INFO : dir/file1: Copied (replaced existing) 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:44 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/09 03:14:44 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/07/09 03:14:44 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/09 03:14:44 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/07/09 03:14:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:44 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/09 03:14:44 DEBUG : dir: Looking for writers 2026/07/09 03:14:44 DEBUG : file1: reading active writers 2026/07/09 03:14:44 DEBUG : Looking for writers 2026/07/09 03:14:44 DEBUG : dir: reading active writers 2026/07/09 03:14:44 DEBUG : >WaitForWriters: 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:44 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:44 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:45 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/07/09 03:14:45 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:45 DEBUG : dir: Looking for writers 2026/07/09 03:14:45 DEBUG : file1: reading active writers 2026/07/09 03:14:45 DEBUG : Looking for writers 2026/07/09 03:14:45 DEBUG : dir: reading active writers 2026/07/09 03:14:45 DEBUG : >WaitForWriters: 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.10s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.41s) --- 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.84s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:45 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:45 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/09 03:14:45 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/09 03:14:45 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:14:45 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:45 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:45 DEBUG : dir: Looking for writers 2026/07/09 03:14:45 DEBUG : file1: reading active writers 2026/07/09 03:14:45 DEBUG : Looking for writers 2026/07/09 03:14:45 DEBUG : dir: reading active writers 2026/07/09 03:14:45 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.27s) === RUN TestFileOpenReadUnknownSize 2026/07/09 03:14:45 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/07/09 03:14:45 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/09 03:14:45 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:14:45 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/07/09 03:14:45 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:45 DEBUG : Looking for writers 2026/07/09 03:14:45 DEBUG : file.txt: reading active writers 2026/07/09 03:14:45 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:45 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: File to upload is small (25 bytes), uploading instead of streaming 2026/07/09 03:14:45 DEBUG : dir/file1: size = 25 OK 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:45 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/09 03:14:45 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/09 03:14:45 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/09 03:14:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:45 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:45 DEBUG : dir: Looking for writers 2026/07/09 03:14:45 DEBUG : file1: reading active writers 2026/07/09 03:14:45 DEBUG : Looking for writers 2026/07/09 03:14:45 DEBUG : dir: reading active writers 2026/07/09 03:14:45 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.31s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:45 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:45 DEBUG : dir/file1: Remove: 2026/07/09 03:14:45 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/09 03:14:45 DEBUG : dir/file1: >Remove: err= 2026/07/09 03:14:45 DEBUG : dir/file1: Remove: 2026/07/09 03:14:45 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/09 03:14:45 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:45 DEBUG : dir: Looking for writers 2026/07/09 03:14:45 DEBUG : Looking for writers 2026/07/09 03:14:45 DEBUG : dir: reading active writers 2026/07/09 03:14:45 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.21s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:45 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:45 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:46 DEBUG : dir/file1: Remove: 2026/07/09 03:14:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/09 03:14:46 DEBUG : dir/file1: >Remove: err= 2026/07/09 03:14:46 DEBUG : dir/file1: Remove: 2026/07/09 03:14:46 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/09 03:14:46 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:46 DEBUG : dir: Looking for writers 2026/07/09 03:14:46 DEBUG : Looking for writers 2026/07/09 03:14:46 DEBUG : dir: reading active writers 2026/07/09 03:14:46 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.21s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:46 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/09 03:14:46 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/09 03:14:46 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/09 03:14:46 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/09 03:14:46 DEBUG : dir/file1: Open: flags=O_RDWR 2026/07/09 03:14:46 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/09 03:14:46 DEBUG : dir/file1: Open: flags=0x3 2026/07/09 03:14:46 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/07/09 03:14:46 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/07/09 03:14:46 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:46 DEBUG : dir: Looking for writers 2026/07/09 03:14:46 DEBUG : file1: reading active writers 2026/07/09 03:14:46 DEBUG : Looking for writers 2026/07/09 03:14:46 DEBUG : dir: reading active writers 2026/07/09 03:14:46 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.21s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:46 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:46 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:46 DEBUG : dir: Looking for writers 2026/07/09 03:14:46 DEBUG : file1: reading active writers 2026/07/09 03:14:46 DEBUG : Looking for writers 2026/07/09 03:14:46 DEBUG : dir: reading active writers 2026/07/09 03:14:46 DEBUG : >WaitForWriters: 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:46 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/09 03:14:46 DEBUG : newLeaf: Updating file with newLeaf 0x13d8a8aaaa90 2026/07/09 03:14:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/09 03:14:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:46 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:46 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:46 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/09 03:14:46 DEBUG : dir/file1: Updating file with dir/file1 0x13d8a8aaaa90 2026/07/09 03:14:46 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/09 03:14:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:46 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:47 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/09 03:14:47 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/09 03:14:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:47 DEBUG : dir/file1: File is currently open, delaying rename 0x13d8a8aaaa90 2026/07/09 03:14:47 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/09 03:14:47 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: File to upload is small (25 bytes), uploading instead of streaming 2026/07/09 03:14:47 DEBUG : dir/file1: size = 25 OK 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:47 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/09 03:14:47 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/09 03:14:47 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/09 03:14:47 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/09 03:14:47 DEBUG : newLeaf: Running delayed rename now 2026/07/09 03:14:47 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/09 03:14:47 DEBUG : newLeaf: Updating file with newLeaf 0x13d8a8aaaa90 2026/07/09 03:14:47 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:47 DEBUG : dir: Looking for writers 2026/07/09 03:14:47 DEBUG : Looking for writers 2026/07/09 03:14:47 DEBUG : dir: reading active writers 2026/07/09 03:14:47 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:47 DEBUG : >WaitForWriters: 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:47 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:47 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/09 03:14:47 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:47 DEBUG : dir: Looking for writers 2026/07/09 03:14:47 DEBUG : Looking for writers 2026/07/09 03:14:47 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:47 DEBUG : dir: reading active writers 2026/07/09 03:14:47 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:47 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:47 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:47 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:47 DEBUG : dir: Looking for writers 2026/07/09 03:14:47 DEBUG : file1: reading active writers 2026/07/09 03:14:47 DEBUG : Looking for writers 2026/07/09 03:14:47 DEBUG : dir: reading active writers 2026/07/09 03:14:47 DEBUG : >WaitForWriters: 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:47 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/09 03:14:47 DEBUG : newLeaf: Updating file with newLeaf 0x13d8a8bd6000 2026/07/09 03:14:47 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/09 03:14:47 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:47 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:47 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:47 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/09 03:14:47 DEBUG : dir/file1: Updating file with dir/file1 0x13d8a8bd6000 2026/07/09 03:14:47 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/09 03:14:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:47 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:48 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/09 03:14:48 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/09 03:14:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:48 DEBUG : dir/file1: File is currently open, delaying rename 0x13d8a8bd6000 2026/07/09 03:14:48 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/09 03:14:48 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: File to upload is small (25 bytes), uploading instead of streaming 2026/07/09 03:14:48 DEBUG : dir/file1: size = 25 OK 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:48 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/09 03:14:48 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/09 03:14:48 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/09 03:14:48 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/09 03:14:48 DEBUG : newLeaf: Running delayed rename now 2026/07/09 03:14:48 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/09 03:14:48 DEBUG : newLeaf: Updating file with newLeaf 0x13d8a8bd6000 2026/07/09 03:14:48 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:48 DEBUG : dir: Looking for writers 2026/07/09 03:14:48 DEBUG : Looking for writers 2026/07/09 03:14:48 DEBUG : dir: reading active writers 2026/07/09 03:14:48 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:48 DEBUG : >WaitForWriters: 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:48 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:48 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/09 03:14:48 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:48 DEBUG : dir: Looking for writers 2026/07/09 03:14:48 DEBUG : Looking for writers 2026/07/09 03:14:48 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:48 DEBUG : dir: reading active writers 2026/07/09 03:14:48 DEBUG : >WaitForWriters: 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:48 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:48 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:48 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/09 03:14:48 DEBUG : dir/file1: newRWFileHandle: 2026/07/09 03:14:48 DEBUG : dir/file1(0x13d8a8a4b500): openPending: 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:48 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/09 03:14:48 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/09 03:14:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:48 DEBUG : dir/file1(0x13d8a8a4b500): >openPending: err= 2026/07/09 03:14:48 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/09 03:14:48 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/09 03:14:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:48 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/09 03:14:48 DEBUG : dir/file1(0x13d8a8a4b500): _writeAt: size=14, off=0 2026/07/09 03:14:48 DEBUG : dir/file1(0x13d8a8a4b500): >_writeAt: n=14, err= 2026/07/09 03:14:48 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/09 03:14:48 DEBUG : dir/file1(0x13d8a8a4b500): close: 2026/07/09 03:14:48 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/09 03:14:48 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/09 03:14:48 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/09 03:14:48 DEBUG : dir/file1(0x13d8a8a4b500): >close: err= 2026/07/09 03:14:48 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:48 DEBUG : dir: Looking for writers 2026/07/09 03:14:48 DEBUG : file1: reading active writers 2026/07/09 03:14:48 DEBUG : Looking for writers 2026/07/09 03:14:48 DEBUG : dir: reading active writers 2026/07/09 03:14:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/09 03:14:48 DEBUG : dir: Looking for writers 2026/07/09 03:14:48 DEBUG : file1: reading active writers 2026/07/09 03:14:48 DEBUG : Looking for writers 2026/07/09 03:14:48 DEBUG : dir: reading active writers 2026/07/09 03:14:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/09 03:14:48 DEBUG : dir: Looking for writers 2026/07/09 03:14:48 DEBUG : file1: reading active writers 2026/07/09 03:14:48 DEBUG : Looking for writers 2026/07/09 03:14:48 DEBUG : dir: reading active writers 2026/07/09 03:14:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/09 03:14:48 DEBUG : dir: Looking for writers 2026/07/09 03:14:48 DEBUG : file1: reading active writers 2026/07/09 03:14:48 DEBUG : Looking for writers 2026/07/09 03:14:48 DEBUG : dir: reading active writers 2026/07/09 03:14:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/09 03:14:48 DEBUG : dir/file1: vfs cache: starting upload 2026/07/09 03:14:48 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1.ca338588.partial" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1.ca338588.partial 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1.ca338588.partial" 2026/07/09 03:14:48 DEBUG : dir: Looking for writers 2026/07/09 03:14:48 DEBUG : file1: reading active writers 2026/07/09 03:14:48 DEBUG : Looking for writers 2026/07/09 03:14:48 DEBUG : dir: reading active writers 2026/07/09 03:14:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1.ca338588.partial 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:48 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:48 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/09 03:14:48 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/09 03:14:48 INFO : dir/file1: Copied (replaced existing) 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:48 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:49 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/09 03:14:49 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/09 03:14:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:49 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/09 03:14:49 DEBUG : dir: Looking for writers 2026/07/09 03:14:49 DEBUG : file1: reading active writers 2026/07/09 03:14:49 DEBUG : Looking for writers 2026/07/09 03:14:49 DEBUG : dir: reading active writers 2026/07/09 03:14:49 DEBUG : >WaitForWriters: 2026/07/09 03:14:49 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/09 03:14:49 DEBUG : dir/file1: newRWFileHandle: 2026/07/09 03:14:49 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/09 03:14:49 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/09 03:14:49 DEBUG : dir/file1(0x13d8a89c75c0): _readAt: size=512, off=0 2026/07/09 03:14:49 DEBUG : dir/file1(0x13d8a89c75c0): openPending: 2026/07/09 03:14:49 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/09 03:14:49 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/09 03:14:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:49 DEBUG : dir/file1(0x13d8a89c75c0): >openPending: err= 2026/07/09 03:14:49 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/09 03:14:49 DEBUG : dir/file1(0x13d8a89c75c0): >_readAt: n=14, err=EOF 2026/07/09 03:14:49 DEBUG : dir/file1(0x13d8a89c75c0): close: 2026/07/09 03:14:49 DEBUG : dir/file1(0x13d8a89c75c0): >close: err= 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:49 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:49 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:49 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/09 03:14:49 DEBUG : newLeaf: Updating file with newLeaf 0x13d8a8f4a340 2026/07/09 03:14:49 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/09 03:14:49 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:49 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:49 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:49 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:49 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/09 03:14:49 DEBUG : dir/file1: Updating file with dir/file1 0x13d8a8f4a340 2026/07/09 03:14:49 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/09 03:14:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:49 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/09 03:14:49 DEBUG : dir/file1: newRWFileHandle: 2026/07/09 03:14:49 DEBUG : dir/file1(0x13d8a88fee40): openPending: 2026/07/09 03:14:49 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/09 03:14:49 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/09 03:14:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:49 DEBUG : dir/file1(0x13d8a88fee40): >openPending: err= 2026/07/09 03:14:49 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/09 03:14:49 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/09 03:14:49 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/09 03:14:49 DEBUG : dir/file1(0x13d8a88fee40): _writeAt: size=25, off=0 2026/07/09 03:14:49 DEBUG : dir/file1(0x13d8a88fee40): >_writeAt: n=25, err= 2026/07/09 03:14:49 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:49 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:50 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:50 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/09 03:14:50 DEBUG : newLeaf: Updating file with newLeaf 0x13d8a8f4a340 2026/07/09 03:14:50 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/09 03:14:50 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/09 03:14:50 DEBUG : newLeaf(0x13d8a88fee40): close: 2026/07/09 03:14:50 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/07/09 03:14:50 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-09 03:14:49.909394683 +0000 UTC m=+17.387604620 2026/07/09 03:14:50 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/09 03:14:50 DEBUG : newLeaf(0x13d8a88fee40): >close: err= 2026/07/09 03:14:50 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:50 DEBUG : dir: Looking for writers 2026/07/09 03:14:50 DEBUG : Looking for writers 2026/07/09 03:14:50 DEBUG : dir: reading active writers 2026/07/09 03:14:50 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/09 03:14:50 DEBUG : dir: Looking for writers 2026/07/09 03:14:50 DEBUG : Looking for writers 2026/07/09 03:14:50 DEBUG : dir: reading active writers 2026/07/09 03:14:50 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/09 03:14:50 DEBUG : dir: Looking for writers 2026/07/09 03:14:50 DEBUG : Looking for writers 2026/07/09 03:14:50 DEBUG : dir: reading active writers 2026/07/09 03:14:50 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/09 03:14:50 DEBUG : dir: Looking for writers 2026/07/09 03:14:50 DEBUG : Looking for writers 2026/07/09 03:14:50 DEBUG : dir: reading active writers 2026/07/09 03:14:50 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/09 03:14:50 DEBUG : newLeaf: vfs cache: starting upload 2026/07/09 03:14:50 DEBUG : newLeaf.d33e238f.partial: size = 25 OK 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf.d33e238f.partial" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf.d33e238f.partial 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf.d33e238f.partial" 2026/07/09 03:14:50 DEBUG : dir: Looking for writers 2026/07/09 03:14:50 DEBUG : Looking for writers 2026/07/09 03:14:50 DEBUG : dir: reading active writers 2026/07/09 03:14:50 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-hibugiw4yafa/newLeaf.d33e238f.partial 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:50 DEBUG : newLeaf.d33e238f.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/09 03:14:50 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/09 03:14:50 DEBUG : newLeaf.d33e238f.partial: renamed to: newLeaf 2026/07/09 03:14:50 INFO : newLeaf: Copied (replaced existing) 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:50 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/09 03:14:50 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-09 03:14:49 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/09 03:14:50 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/09 03:14:50 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/09 03:14:50 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/09 03:14:50 DEBUG : dir: Looking for writers 2026/07/09 03:14:50 DEBUG : Looking for writers 2026/07/09 03:14:50 DEBUG : dir: reading active writers 2026/07/09 03:14:50 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:50 DEBUG : >WaitForWriters: 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:50 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:50 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/09 03:14:50 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:50 DEBUG : dir: Looking for writers 2026/07/09 03:14:50 DEBUG : Looking for writers 2026/07/09 03:14:50 DEBUG : dir: reading active writers 2026/07/09 03:14:50 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:50 DEBUG : >WaitForWriters: 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:50 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:50 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:50 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:50 DEBUG : dir: Looking for writers 2026/07/09 03:14:50 DEBUG : file1: reading active writers 2026/07/09 03:14:50 DEBUG : Looking for writers 2026/07/09 03:14:50 DEBUG : dir: reading active writers 2026/07/09 03:14:50 DEBUG : >WaitForWriters: 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:50 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/09 03:14:50 DEBUG : newLeaf: Updating file with newLeaf 0x13d8a8637450 2026/07/09 03:14:50 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/09 03:14:50 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:50 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:51 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:51 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:51 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/09 03:14:51 DEBUG : dir/file1: Updating file with dir/file1 0x13d8a8637450 2026/07/09 03:14:51 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/09 03:14:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:51 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/09 03:14:51 DEBUG : dir/file1: newRWFileHandle: 2026/07/09 03:14:51 DEBUG : dir/file1(0x13d8a871e1c0): openPending: 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:51 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/09 03:14:51 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/09 03:14:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:51 DEBUG : dir/file1(0x13d8a871e1c0): >openPending: err= 2026/07/09 03:14:51 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/09 03:14:51 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/09 03:14:51 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/09 03:14:51 DEBUG : dir/file1(0x13d8a871e1c0): _writeAt: size=25, off=0 2026/07/09 03:14:51 DEBUG : dir/file1(0x13d8a871e1c0): >_writeAt: n=25, err= 2026/07/09 03:14:51 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:51 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:51 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/09 03:14:51 DEBUG : newLeaf: Updating file with newLeaf 0x13d8a8637450 2026/07/09 03:14:51 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/09 03:14:51 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/09 03:14:51 DEBUG : newLeaf(0x13d8a871e1c0): close: 2026/07/09 03:14:51 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/07/09 03:14:51 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-09 03:14:51.431197064 +0000 UTC m=+18.909407001 2026/07/09 03:14:51 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/09 03:14:51 DEBUG : newLeaf(0x13d8a871e1c0): >close: err= 2026/07/09 03:14:51 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:51 DEBUG : dir: Looking for writers 2026/07/09 03:14:51 DEBUG : Looking for writers 2026/07/09 03:14:51 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:51 DEBUG : dir: reading active writers 2026/07/09 03:14:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/09 03:14:51 DEBUG : dir: Looking for writers 2026/07/09 03:14:51 DEBUG : Looking for writers 2026/07/09 03:14:51 DEBUG : dir: reading active writers 2026/07/09 03:14:51 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/09 03:14:51 DEBUG : dir: Looking for writers 2026/07/09 03:14:51 DEBUG : Looking for writers 2026/07/09 03:14:51 DEBUG : dir: reading active writers 2026/07/09 03:14:51 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/09 03:14:51 DEBUG : dir: Looking for writers 2026/07/09 03:14:51 DEBUG : Looking for writers 2026/07/09 03:14:51 DEBUG : dir: reading active writers 2026/07/09 03:14:51 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/09 03:14:51 DEBUG : newLeaf: vfs cache: starting upload 2026/07/09 03:14:51 DEBUG : newLeaf.41775502.partial: size = 25 OK 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf.41775502.partial" 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf.41775502.partial 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf.41775502.partial" 2026/07/09 03:14:51 DEBUG : dir: Looking for writers 2026/07/09 03:14:51 DEBUG : Looking for writers 2026/07/09 03:14:51 DEBUG : dir: reading active writers 2026/07/09 03:14:51 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-hibugiw4yafa/newLeaf.41775502.partial 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:51 DEBUG : newLeaf.41775502.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/09 03:14:51 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/09 03:14:51 DEBUG : newLeaf.41775502.partial: renamed to: newLeaf 2026/07/09 03:14:51 INFO : newLeaf: Copied (replaced existing) 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:51 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/09 03:14:51 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-09 03:14:51 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/09 03:14:51 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/09 03:14:51 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/09 03:14:51 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/09 03:14:51 DEBUG : dir: Looking for writers 2026/07/09 03:14:51 DEBUG : Looking for writers 2026/07/09 03:14:51 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:51 DEBUG : dir: reading active writers 2026/07/09 03:14:51 DEBUG : >WaitForWriters: 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:51 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:51 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:52 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/09 03:14:52 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:52 DEBUG : dir: Looking for writers 2026/07/09 03:14:52 DEBUG : Looking for writers 2026/07/09 03:14:52 DEBUG : dir: reading active writers 2026/07/09 03:14:52 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:52 DEBUG : >WaitForWriters: 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:52 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:52 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:52 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/09 03:14:52 DEBUG : dir/file1: newRWFileHandle: 2026/07/09 03:14:52 DEBUG : dir/file1(0x13d8a8f61680): openPending: 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:52 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/09 03:14:52 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/09 03:14:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:52 DEBUG : dir/file1(0x13d8a8f61680): >openPending: err= 2026/07/09 03:14:52 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/09 03:14:52 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/09 03:14:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:52 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/09 03:14:52 DEBUG : dir/file1(0x13d8a8f61680): _writeAt: size=14, off=0 2026/07/09 03:14:52 DEBUG : dir/file1(0x13d8a8f61680): >_writeAt: n=14, err= 2026/07/09 03:14:52 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/09 03:14:52 DEBUG : dir/file1(0x13d8a8f61680): close: 2026/07/09 03:14:52 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/09 03:14:52 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/09 03:14:52 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/09 03:14:52 DEBUG : dir/file1(0x13d8a8f61680): >close: err= 2026/07/09 03:14:52 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:52 DEBUG : dir: Looking for writers 2026/07/09 03:14:52 DEBUG : file1: reading active writers 2026/07/09 03:14:52 DEBUG : Looking for writers 2026/07/09 03:14:52 DEBUG : dir: reading active writers 2026/07/09 03:14:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/09 03:14:52 DEBUG : dir: Looking for writers 2026/07/09 03:14:52 DEBUG : file1: reading active writers 2026/07/09 03:14:52 DEBUG : Looking for writers 2026/07/09 03:14:52 DEBUG : dir: reading active writers 2026/07/09 03:14:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/09 03:14:52 DEBUG : dir: Looking for writers 2026/07/09 03:14:52 DEBUG : file1: reading active writers 2026/07/09 03:14:52 DEBUG : Looking for writers 2026/07/09 03:14:52 DEBUG : dir: reading active writers 2026/07/09 03:14:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/09 03:14:52 DEBUG : dir: Looking for writers 2026/07/09 03:14:52 DEBUG : file1: reading active writers 2026/07/09 03:14:52 DEBUG : Looking for writers 2026/07/09 03:14:52 DEBUG : dir: reading active writers 2026/07/09 03:14:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/09 03:14:52 DEBUG : dir/file1: vfs cache: starting upload 2026/07/09 03:14:52 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1.ca338588.partial" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1.ca338588.partial 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1.ca338588.partial" 2026/07/09 03:14:52 DEBUG : dir: Looking for writers 2026/07/09 03:14:52 DEBUG : file1: reading active writers 2026/07/09 03:14:52 DEBUG : Looking for writers 2026/07/09 03:14:52 DEBUG : dir: reading active writers 2026/07/09 03:14:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1.ca338588.partial 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:52 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:52 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/09 03:14:52 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/09 03:14:52 INFO : dir/file1: Copied (replaced existing) 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:52 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/09 03:14:52 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/09 03:14:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:52 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/09 03:14:52 DEBUG : dir: Looking for writers 2026/07/09 03:14:52 DEBUG : file1: reading active writers 2026/07/09 03:14:52 DEBUG : Looking for writers 2026/07/09 03:14:52 DEBUG : dir: reading active writers 2026/07/09 03:14:52 DEBUG : >WaitForWriters: 2026/07/09 03:14:52 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/09 03:14:52 DEBUG : dir/file1: newRWFileHandle: 2026/07/09 03:14:52 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/09 03:14:52 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/09 03:14:52 DEBUG : dir/file1(0x13d8a89170c0): _readAt: size=512, off=0 2026/07/09 03:14:52 DEBUG : dir/file1(0x13d8a89170c0): openPending: 2026/07/09 03:14:52 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/09 03:14:52 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/09 03:14:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:52 DEBUG : dir/file1(0x13d8a89170c0): >openPending: err= 2026/07/09 03:14:52 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/09 03:14:52 DEBUG : dir/file1(0x13d8a89170c0): >_readAt: n=14, err=EOF 2026/07/09 03:14:52 DEBUG : dir/file1(0x13d8a89170c0): close: 2026/07/09 03:14:52 DEBUG : dir/file1(0x13d8a89170c0): >close: err= 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:52 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:52 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:52 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/09 03:14:52 DEBUG : newLeaf: Updating file with newLeaf 0x13d8a86f11e0 2026/07/09 03:14:52 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/09 03:14:52 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:52 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:53 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:53 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:53 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:53 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/09 03:14:53 DEBUG : dir/file1: Updating file with dir/file1 0x13d8a86f11e0 2026/07/09 03:14:53 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/09 03:14:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:53 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/09 03:14:53 DEBUG : dir/file1: newRWFileHandle: 2026/07/09 03:14:53 DEBUG : dir/file1(0x13d8a8a4ab40): openPending: 2026/07/09 03:14:53 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/09 03:14:53 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/09 03:14:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:53 DEBUG : dir/file1(0x13d8a8a4ab40): >openPending: err= 2026/07/09 03:14:53 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/09 03:14:53 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/09 03:14:53 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/09 03:14:53 DEBUG : dir/file1(0x13d8a8a4ab40): _writeAt: size=25, off=0 2026/07/09 03:14:53 DEBUG : dir/file1(0x13d8a8a4ab40): >_writeAt: n=25, err= 2026/07/09 03:14:53 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:53 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:53 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/09 03:14:53 DEBUG : newLeaf: Updating file with newLeaf 0x13d8a86f11e0 2026/07/09 03:14:53 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/09 03:14:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/09 03:14:53 DEBUG : newLeaf(0x13d8a8a4ab40): close: 2026/07/09 03:14:53 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/07/09 03:14:53 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-09 03:14:53.50601425 +0000 UTC m=+20.984224187 2026/07/09 03:14:53 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/09 03:14:53 DEBUG : newLeaf(0x13d8a8a4ab40): >close: err= 2026/07/09 03:14:53 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:53 DEBUG : dir: Looking for writers 2026/07/09 03:14:53 DEBUG : Looking for writers 2026/07/09 03:14:53 DEBUG : dir: reading active writers 2026/07/09 03:14:53 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/09 03:14:53 DEBUG : dir: Looking for writers 2026/07/09 03:14:53 DEBUG : Looking for writers 2026/07/09 03:14:53 DEBUG : dir: reading active writers 2026/07/09 03:14:53 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/09 03:14:53 DEBUG : dir: Looking for writers 2026/07/09 03:14:53 DEBUG : Looking for writers 2026/07/09 03:14:53 DEBUG : dir: reading active writers 2026/07/09 03:14:53 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/09 03:14:53 DEBUG : dir: Looking for writers 2026/07/09 03:14:53 DEBUG : Looking for writers 2026/07/09 03:14:53 DEBUG : dir: reading active writers 2026/07/09 03:14:53 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/09 03:14:53 DEBUG : newLeaf: vfs cache: starting upload 2026/07/09 03:14:53 DEBUG : newLeaf.a021fb4c.partial: size = 25 OK 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf.a021fb4c.partial" 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf.a021fb4c.partial 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf.a021fb4c.partial" 2026/07/09 03:14:53 DEBUG : dir: Looking for writers 2026/07/09 03:14:53 DEBUG : Looking for writers 2026/07/09 03:14:53 DEBUG : dir: reading active writers 2026/07/09 03:14:53 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-hibugiw4yafa/newLeaf.a021fb4c.partial 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:53 DEBUG : newLeaf.a021fb4c.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/09 03:14:53 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/09 03:14:53 DEBUG : newLeaf.a021fb4c.partial: renamed to: newLeaf 2026/07/09 03:14:53 INFO : newLeaf: Copied (replaced existing) 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:53 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/09 03:14:53 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-09 03:14:53 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/09 03:14:53 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/09 03:14:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/09 03:14:53 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/09 03:14:53 DEBUG : dir: Looking for writers 2026/07/09 03:14:53 DEBUG : Looking for writers 2026/07/09 03:14:53 DEBUG : dir: reading active writers 2026/07/09 03:14:53 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:53 DEBUG : >WaitForWriters: 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:53 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:54 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:54 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/09 03:14:54 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:54 DEBUG : dir: Looking for writers 2026/07/09 03:14:54 DEBUG : Looking for writers 2026/07/09 03:14:54 DEBUG : dir: reading active writers 2026/07/09 03:14:54 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:54 DEBUG : >WaitForWriters: 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:54 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:54 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:54 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:54 DEBUG : dir: Looking for writers 2026/07/09 03:14:54 DEBUG : file1: reading active writers 2026/07/09 03:14:54 DEBUG : Looking for writers 2026/07/09 03:14:54 DEBUG : dir: reading active writers 2026/07/09 03:14:54 DEBUG : >WaitForWriters: 2026/07/09 03:14:54 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/09 03:14:54 DEBUG : dir/file1: newRWFileHandle: 2026/07/09 03:14:54 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/09 03:14:54 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/09 03:14:54 DEBUG : dir/file1(0x13d8a9055100): _readAt: size=512, off=0 2026/07/09 03:14:54 DEBUG : dir/file1(0x13d8a9055100): openPending: 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:54 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/09 03:14:54 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/09 03:14:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:54 DEBUG : dir/file1(0x13d8a9055100): >openPending: err= 2026/07/09 03:14:54 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/07/09 03:14:54 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/09 03:14:54 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:14:54 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:14:54 DEBUG : dir/file1(0x13d8a9055100): >_readAt: n=14, err=EOF 2026/07/09 03:14:54 DEBUG : dir/file1(0x13d8a9055100): close: 2026/07/09 03:14:54 DEBUG : dir/file1(0x13d8a9055100): >close: err= 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:54 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:54 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:54 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/09 03:14:54 DEBUG : newLeaf: Updating file with newLeaf 0x13d8a8a8f2b0 2026/07/09 03:14:54 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/09 03:14:54 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:54 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:54 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:54 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:54 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:55 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/09 03:14:55 DEBUG : dir/file1: Updating file with dir/file1 0x13d8a8a8f2b0 2026/07/09 03:14:55 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/09 03:14:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:14:55 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/09 03:14:55 DEBUG : dir/file1: newRWFileHandle: 2026/07/09 03:14:55 DEBUG : dir/file1(0x13d8a8a28680): openPending: 2026/07/09 03:14:55 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/09 03:14:55 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/09 03:14:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:55 DEBUG : dir/file1(0x13d8a8a28680): >openPending: err= 2026/07/09 03:14:55 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/09 03:14:55 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/09 03:14:55 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/09 03:14:55 DEBUG : dir/file1(0x13d8a8a28680): _writeAt: size=25, off=0 2026/07/09 03:14:55 DEBUG : dir/file1(0x13d8a8a28680): >_writeAt: n=25, err= 2026/07/09 03:14:55 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:55 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:14:55 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/09 03:14:55 DEBUG : newLeaf: Updating file with newLeaf 0x13d8a8a8f2b0 2026/07/09 03:14:55 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/09 03:14:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/09 03:14:55 DEBUG : newLeaf(0x13d8a8a28680): close: 2026/07/09 03:14:55 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/07/09 03:14:55 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-09 03:14:55.266486906 +0000 UTC m=+22.744696843 2026/07/09 03:14:55 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/09 03:14:55 DEBUG : newLeaf(0x13d8a8a28680): >close: err= 2026/07/09 03:14:55 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:55 DEBUG : dir: Looking for writers 2026/07/09 03:14:55 DEBUG : Looking for writers 2026/07/09 03:14:55 DEBUG : dir: reading active writers 2026/07/09 03:14:55 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/09 03:14:55 DEBUG : dir: Looking for writers 2026/07/09 03:14:55 DEBUG : Looking for writers 2026/07/09 03:14:55 DEBUG : dir: reading active writers 2026/07/09 03:14:55 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/09 03:14:55 DEBUG : dir: Looking for writers 2026/07/09 03:14:55 DEBUG : Looking for writers 2026/07/09 03:14:55 DEBUG : dir: reading active writers 2026/07/09 03:14:55 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/09 03:14:55 DEBUG : dir: Looking for writers 2026/07/09 03:14:55 DEBUG : Looking for writers 2026/07/09 03:14:55 DEBUG : dir: reading active writers 2026/07/09 03:14:55 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/09 03:14:55 DEBUG : newLeaf: vfs cache: starting upload 2026/07/09 03:14:55 DEBUG : newLeaf.6453b647.partial: size = 25 OK 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf.6453b647.partial" 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf.6453b647.partial 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf.6453b647.partial" 2026/07/09 03:14:55 DEBUG : dir: Looking for writers 2026/07/09 03:14:55 DEBUG : Looking for writers 2026/07/09 03:14:55 DEBUG : dir: reading active writers 2026/07/09 03:14:55 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-hibugiw4yafa/newLeaf.6453b647.partial 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:55 DEBUG : newLeaf.6453b647.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/09 03:14:55 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/09 03:14:55 DEBUG : newLeaf.6453b647.partial: renamed to: newLeaf 2026/07/09 03:14:55 INFO : newLeaf: Copied (replaced existing) 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:55 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/09 03:14:55 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-09 03:14:55 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/09 03:14:55 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/09 03:14:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/09 03:14:55 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/09 03:14:55 DEBUG : dir: Looking for writers 2026/07/09 03:14:55 DEBUG : Looking for writers 2026/07/09 03:14:55 DEBUG : dir: reading active writers 2026/07/09 03:14:55 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:55 DEBUG : >WaitForWriters: 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:55 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/newLeaf" 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-hibugiw4yafa/newLeaf 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:55 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/09 03:14:55 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:55 DEBUG : dir: Looking for writers 2026/07/09 03:14:55 DEBUG : Looking for writers 2026/07/09 03:14:55 DEBUG : dir: reading active writers 2026/07/09 03:14:55 DEBUG : newLeaf: reading active writers 2026/07/09 03:14:55 DEBUG : >WaitForWriters: 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting --- PASS: TestFileRename (9.63s) --- PASS: TestFileRename/off,forceCache=false (1.10s) --- PASS: TestFileRename/minimal,forceCache=false (1.12s) --- PASS: TestFileRename/minimal,forceCache=true (2.04s) --- PASS: TestFileRename/writes,forceCache=false (1.53s) --- PASS: TestFileRename/writes,forceCache=true (2.08s) --- PASS: TestFileRename/full,forceCache=false (1.75s) === 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-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:55 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:55 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:55 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:55 DEBUG : Looking for writers 2026/07/09 03:14:55 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-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:55 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:55 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:56 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/09 03:14:56 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:14:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/09 03:14:56 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/09 03:14:56 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:14:56 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:56 DEBUG : dir: Looking for writers 2026/07/09 03:14:56 DEBUG : file1: reading active writers 2026/07/09 03:14:56 DEBUG : Looking for writers 2026/07/09 03:14:56 DEBUG : dir: reading active writers 2026/07/09 03:14:56 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.27s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:56 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:56 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/09 03:14:56 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:14:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/09 03:14:56 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/09 03:14:56 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/09 03:14:56 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/09 03:14:56 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/09 03:14:56 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/09 03:14:56 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/09 03:14:56 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/07/09 03:14:56 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/07/09 03:14:56 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:56 DEBUG : dir: Looking for writers 2026/07/09 03:14:56 DEBUG : file1: reading active writers 2026/07/09 03:14:56 DEBUG : Looking for writers 2026/07/09 03:14:56 DEBUG : dir: reading active writers 2026/07/09 03:14:56 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.30s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:56 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:56 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/09 03:14:56 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:14:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/09 03:14:56 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/09 03:14:56 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/09 03:14:56 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/09 03:14:56 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/09 03:14:56 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/09 03:14:56 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/09 03:14:56 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/07/09 03:14:56 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/07/09 03:14:56 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/07/09 03:14:56 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/07/09 03:14:56 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/09 03:14:56 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/07/09 03:14:56 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/09 03:14:56 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/09 03:14:56 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/09 03:14:56 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/09 03:14:56 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/07/09 03:14:56 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/09 03:14:56 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/09 03:14:56 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/09 03:14:56 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/07/09 03:14:56 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:56 DEBUG : dir: Looking for writers 2026/07/09 03:14:56 DEBUG : file1: reading active writers 2026/07/09 03:14:56 DEBUG : Looking for writers 2026/07/09 03:14:56 DEBUG : dir: reading active writers 2026/07/09 03:14:56 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.38s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:56 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:56 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:57 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/09 03:14:57 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:14:57 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/09 03:14:57 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/09 03:14:57 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/09 03:14:57 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:14:57 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:14:57 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:57 DEBUG : dir: Looking for writers 2026/07/09 03:14:57 DEBUG : file1: reading active writers 2026/07/09 03:14:57 DEBUG : Looking for writers 2026/07/09 03:14:57 DEBUG : dir: reading active writers 2026/07/09 03:14:57 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.32s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:57 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:57 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/09 03:14:57 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:14:57 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/09 03:14:57 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/09 03:14:57 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/09 03:14:57 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:14:57 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/09 03:14:57 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:14:57 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/07/09 03:14:57 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:57 DEBUG : dir: Looking for writers 2026/07/09 03:14:57 DEBUG : file1: reading active writers 2026/07/09 03:14:57 DEBUG : Looking for writers 2026/07/09 03:14:57 DEBUG : dir: reading active writers 2026/07/09 03:14:57 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.32s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:57 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:57 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:57 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/09 03:14:57 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:14:57 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/09 03:14:57 DEBUG : dir/file1: newRWFileHandle: 2026/07/09 03:14:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/09 03:14:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/09 03:14:57 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/09 03:14:57 DEBUG : dir/file1(0x13d8a899c380): _readAt: size=1, off=0 2026/07/09 03:14:57 DEBUG : dir/file1(0x13d8a899c380): openPending: 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:14:57 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/09 03:14:57 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/09 03:14:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:57 DEBUG : dir/file1(0x13d8a899c380): >openPending: err= 2026/07/09 03:14:57 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/09 03:14:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/09 03:14:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:14:57 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:14:57 DEBUG : dir/file1(0x13d8a899c380): >_readAt: n=1, err= 2026/07/09 03:14:57 DEBUG : dir/file1(0x13d8a899c380): _readAt: size=256, off=1 2026/07/09 03:14:57 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/07/09 03:14:57 DEBUG : dir/file1(0x13d8a899c380): >_readAt: n=15, err=EOF 2026/07/09 03:14:57 DEBUG : dir/file1(0x13d8a899c380): _readAt: size=16, off=16 2026/07/09 03:14:57 DEBUG : dir/file1(0x13d8a899c380): >_readAt: n=0, err=EOF 2026/07/09 03:14:57 DEBUG : dir/file1(0x13d8a899c380): close: 2026/07/09 03:14:57 DEBUG : dir/file1(0x13d8a899c380): >close: err= 2026/07/09 03:14:57 DEBUG : dir/file1(0x13d8a899c380): close: 2026/07/09 03:14:57 DEBUG : dir/file1(0x13d8a899c380): >close: err=file already closed 2026/07/09 03:14:57 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:57 DEBUG : dir: Looking for writers 2026/07/09 03:14:57 DEBUG : file1: reading active writers 2026/07/09 03:14:57 DEBUG : Looking for writers 2026/07/09 03:14:57 DEBUG : dir: reading active writers 2026/07/09 03:14:57 DEBUG : >WaitForWriters: 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.31s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:57 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:57 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:57 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/09 03:14:57 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:14:57 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/09 03:14:57 DEBUG : dir/file1: newRWFileHandle: 2026/07/09 03:14:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/09 03:14:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/09 03:14:57 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/09 03:14:57 DEBUG : dir/file1(0x13d8a89170c0): _readAt: size=1, off=0 2026/07/09 03:14:57 DEBUG : dir/file1(0x13d8a89170c0): openPending: 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:57 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:14:58 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/09 03:14:58 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/09 03:14:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a89170c0): >openPending: err= 2026/07/09 03:14:58 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/09 03:14:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/09 03:14:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:14:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a89170c0): >_readAt: n=1, err= 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a89170c0): _readAt: size=1, off=5 2026/07/09 03:14:58 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a89170c0): >_readAt: n=1, err= 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a89170c0): _readAt: size=1, off=3 2026/07/09 03:14:58 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a89170c0): >_readAt: n=1, err= 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a89170c0): _readAt: size=1, off=13 2026/07/09 03:14:58 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a89170c0): >_readAt: n=1, err= 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a89170c0): _readAt: size=16, off=100 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a89170c0): >_readAt: n=0, err=EOF 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a89170c0): close: 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a89170c0): >close: err= 2026/07/09 03:14:58 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:58 DEBUG : dir: Looking for writers 2026/07/09 03:14:58 DEBUG : file1: reading active writers 2026/07/09 03:14:58 DEBUG : Looking for writers 2026/07/09 03:14:58 DEBUG : dir: reading active writers 2026/07/09 03:14:58 DEBUG : >WaitForWriters: 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.24s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:58 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:58 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/09 03:14:58 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:14:58 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/09 03:14:58 DEBUG : dir/file1: newRWFileHandle: 2026/07/09 03:14:58 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/09 03:14:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/09 03:14:58 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a871f000): _readAt: size=1, off=0 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a871f000): openPending: 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:14:58 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/09 03:14:58 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/09 03:14:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a871f000): >openPending: err= 2026/07/09 03:14:58 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/09 03:14:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/09 03:14:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:14:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a871f000): >_readAt: n=1, err= 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a871f000): _readAt: size=1, off=5 2026/07/09 03:14:58 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a871f000): >_readAt: n=1, err= 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a871f000): _readAt: size=1, off=1 2026/07/09 03:14:58 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a871f000): >_readAt: n=1, err= 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a871f000): _readAt: size=6, off=10 2026/07/09 03:14:58 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a871f000): >_readAt: n=6, err= 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a871f000): _readAt: size=256, off=10 2026/07/09 03:14:58 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a871f000): >_readAt: n=6, err=EOF 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a871f000): _readAt: size=256, off=100 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a871f000): >_readAt: n=0, err=EOF 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a871f000): close: 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a871f000): >close: err= 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a871f000): _readAt: size=256, off=100 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a871f000): >_readAt: n=0, err=file already closed 2026/07/09 03:14:58 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:58 DEBUG : dir: Looking for writers 2026/07/09 03:14:58 DEBUG : file1: reading active writers 2026/07/09 03:14:58 DEBUG : Looking for writers 2026/07/09 03:14:58 DEBUG : dir: reading active writers 2026/07/09 03:14:58 DEBUG : >WaitForWriters: 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.31s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:58 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:58 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/09 03:14:58 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:14:58 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/09 03:14:58 DEBUG : dir/file1: newRWFileHandle: 2026/07/09 03:14:58 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/09 03:14:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/09 03:14:58 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a81e9340): RWFileHandle.Flush 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a81e9340): _readAt: size=256, off=0 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a81e9340): openPending: 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:14:58 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/09 03:14:58 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/09 03:14:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a81e9340): >openPending: err= 2026/07/09 03:14:58 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/09 03:14:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/09 03:14:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:14:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a81e9340): >_readAt: n=16, err=EOF 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a81e9340): RWFileHandle.Flush 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a81e9340): RWFileHandle.Flush 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a81e9340): close: 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a81e9340): >close: err= 2026/07/09 03:14:58 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:58 DEBUG : dir: Looking for writers 2026/07/09 03:14:58 DEBUG : file1: reading active writers 2026/07/09 03:14:58 DEBUG : Looking for writers 2026/07/09 03:14:58 DEBUG : dir: reading active writers 2026/07/09 03:14:58 DEBUG : >WaitForWriters: 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.28s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:58 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:58 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/09 03:14:58 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:14:58 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/09 03:14:58 DEBUG : dir/file1: newRWFileHandle: 2026/07/09 03:14:58 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/09 03:14:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/09 03:14:58 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a8af4440): _readAt: size=256, off=0 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a8af4440): openPending: 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:14:58 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/09 03:14:58 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/09 03:14:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a8af4440): >openPending: err= 2026/07/09 03:14:58 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/09 03:14:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/09 03:14:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:14:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a8af4440): >_readAt: n=16, err=EOF 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a8af4440): RWFileHandle.Release 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a8af4440): close: 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a8af4440): >close: err= 2026/07/09 03:14:58 DEBUG : dir/file1(0x13d8a8af4440): RWFileHandle.Release 2026/07/09 03:14:58 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:58 DEBUG : dir: Looking for writers 2026/07/09 03:14:58 DEBUG : file1: reading active writers 2026/07/09 03:14:58 DEBUG : Looking for writers 2026/07/09 03:14:58 DEBUG : dir: reading active writers 2026/07/09 03:14:58 DEBUG : >WaitForWriters: 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.28s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:58 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:14:58 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:14:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:14:58 DEBUG : file1: newRWFileHandle: 2026/07/09 03:14:58 DEBUG : file1(0x13d8a8af4f00): openPending: 2026/07/09 03:14:58 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:14:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:58 DEBUG : file1(0x13d8a8af4f00): >openPending: err= 2026/07/09 03:14:58 DEBUG : file1: >newRWFileHandle: err= 2026/07/09 03:14:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:58 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/09 03:14:58 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/09 03:14:58 DEBUG : file1(0x13d8a8af4f00): _writeAt: size=5, off=0 2026/07/09 03:14:58 DEBUG : file1(0x13d8a8af4f00): >_writeAt: n=5, err= 2026/07/09 03:14:58 DEBUG : file1(0x13d8a8af4f00): _writeAt: size=7, off=5 2026/07/09 03:14:58 DEBUG : file1(0x13d8a8af4f00): >_writeAt: n=7, err= 2026/07/09 03:14:58 DEBUG : file1: vfs cache: truncate to size=11 2026/07/09 03:14:58 DEBUG : file1(0x13d8a8af4f00): close: 2026/07/09 03:14:58 DEBUG : file1: vfs cache: setting modification time to 2026-07-09 03:14:58.89685695 +0000 UTC m=+26.375066877 2026/07/09 03:14:58 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/09 03:14:58 DEBUG : file1(0x13d8a8af4f00): >close: err= 2026/07/09 03:14:58 DEBUG : file1(0x13d8a8af4f00): close: 2026/07/09 03:14:58 DEBUG : file1(0x13d8a8af4f00): >close: err=file already closed 2026/07/09 03:14:58 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:58 DEBUG : Looking for writers 2026/07/09 03:14:58 DEBUG : file1: reading active writers 2026/07/09 03:14:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/09 03:14:58 DEBUG : Looking for writers 2026/07/09 03:14:58 DEBUG : file1: reading active writers 2026/07/09 03:14:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/09 03:14:58 DEBUG : Looking for writers 2026/07/09 03:14:58 DEBUG : file1: reading active writers 2026/07/09 03:14:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/09 03:14:58 DEBUG : Looking for writers 2026/07/09 03:14:58 DEBUG : file1: reading active writers 2026/07/09 03:14:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/09 03:14:58 DEBUG : file1: vfs cache: starting upload 2026/07/09 03:14:58 DEBUG : file1.ec5deb76.partial: size = 11 OK 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1.ec5deb76.partial" 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1.ec5deb76.partial 2026/07/09 03:14:58 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1.ec5deb76.partial" 2026/07/09 03:14:59 DEBUG : Looking for writers 2026/07/09 03:14:59 DEBUG : file1: reading active writers 2026/07/09 03:14:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-hibugiw4yafa/file1.ec5deb76.partial 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:59 DEBUG : file1.ec5deb76.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/09 03:14:59 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/09 03:14:59 DEBUG : file1.ec5deb76.partial: renamed to: file1 2026/07/09 03:14:59 INFO : file1: Copied (new) 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:59 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/09 03:14:59 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-09 03:14:58 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/09 03:14:59 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/09 03:14:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:59 INFO : file1: vfs cache: upload succeeded try #1 2026/07/09 03:14:59 DEBUG : Looking for writers 2026/07/09 03:14:59 DEBUG : file1: reading active writers 2026/07/09 03:14:59 DEBUG : >WaitForWriters: 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:59 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-hibugiw4yafa/file1 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:59 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/09 03:14:59 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:59 DEBUG : Looking for writers 2026/07/09 03:14:59 DEBUG : file1: reading active writers 2026/07/09 03:14:59 DEBUG : >WaitForWriters: 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.49s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:59 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:59 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:14:59 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:14:59 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:14:59 DEBUG : file1: newRWFileHandle: 2026/07/09 03:14:59 DEBUG : file1(0x13d8a8bfc340): openPending: 2026/07/09 03:14:59 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:14:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:59 DEBUG : file1(0x13d8a8bfc340): >openPending: err= 2026/07/09 03:14:59 DEBUG : file1: >newRWFileHandle: err= 2026/07/09 03:14:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:59 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/09 03:14:59 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/09 03:14:59 DEBUG : file1(0x13d8a8bfc340): _writeAt: size=7, off=0 2026/07/09 03:14:59 DEBUG : file1(0x13d8a8bfc340): >_writeAt: n=7, err= 2026/07/09 03:14:59 DEBUG : file1(0x13d8a8bfc340): _writeAt: size=6, off=5 2026/07/09 03:14:59 DEBUG : file1(0x13d8a8bfc340): >_writeAt: n=6, err= 2026/07/09 03:14:59 DEBUG : file1(0x13d8a8bfc340): close: 2026/07/09 03:14:59 DEBUG : file1: vfs cache: setting modification time to 2026-07-09 03:14:59.382948478 +0000 UTC m=+26.861158405 2026/07/09 03:14:59 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/09 03:14:59 DEBUG : file1(0x13d8a8bfc340): >close: err= 2026/07/09 03:14:59 DEBUG : file1(0x13d8a8bfc340): _writeAt: size=5, off=0 2026/07/09 03:14:59 DEBUG : file1(0x13d8a8bfc340): >_writeAt: n=0, err=file already closed 2026/07/09 03:14:59 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:59 DEBUG : Looking for writers 2026/07/09 03:14:59 DEBUG : file1: reading active writers 2026/07/09 03:14:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/09 03:14:59 DEBUG : Looking for writers 2026/07/09 03:14:59 DEBUG : file1: reading active writers 2026/07/09 03:14:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/09 03:14:59 DEBUG : Looking for writers 2026/07/09 03:14:59 DEBUG : file1: reading active writers 2026/07/09 03:14:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/09 03:14:59 DEBUG : Looking for writers 2026/07/09 03:14:59 DEBUG : file1: reading active writers 2026/07/09 03:14:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/09 03:14:59 DEBUG : file1: vfs cache: starting upload 2026/07/09 03:14:59 DEBUG : file1.a0353599.partial: size = 11 OK 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1.a0353599.partial" 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1.a0353599.partial 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1.a0353599.partial" 2026/07/09 03:14:59 DEBUG : Looking for writers 2026/07/09 03:14:59 DEBUG : file1: reading active writers 2026/07/09 03:14:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-hibugiw4yafa/file1.a0353599.partial 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:59 DEBUG : file1.a0353599.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/09 03:14:59 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/09 03:14:59 DEBUG : file1.a0353599.partial: renamed to: file1 2026/07/09 03:14:59 INFO : file1: Copied (new) 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:59 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/09 03:14:59 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-09 03:14:59 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/09 03:14:59 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/09 03:14:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:59 INFO : file1: vfs cache: upload succeeded try #1 2026/07/09 03:14:59 DEBUG : Looking for writers 2026/07/09 03:14:59 DEBUG : file1: reading active writers 2026/07/09 03:14:59 DEBUG : >WaitForWriters: 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:59 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-hibugiw4yafa/file1 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:14:59 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/09 03:14:59 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:59 DEBUG : Looking for writers 2026/07/09 03:14:59 DEBUG : file1: reading active writers 2026/07/09 03:14:59 DEBUG : >WaitForWriters: 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.52s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:14:59 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:59 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:14:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:14:59 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:14:59 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:14:59 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:14:59 DEBUG : file1: newRWFileHandle: 2026/07/09 03:14:59 DEBUG : file1(0x13d8a83ffc00): openPending: 2026/07/09 03:14:59 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:14:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:59 DEBUG : file1(0x13d8a83ffc00): >openPending: err= 2026/07/09 03:14:59 DEBUG : file1: >newRWFileHandle: err= 2026/07/09 03:14:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:14:59 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/09 03:14:59 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/09 03:14:59 DEBUG : file1(0x13d8a83ffc00): close: 2026/07/09 03:14:59 DEBUG : file1: vfs cache: setting modification time to 2026-07-09 03:14:59.90169766 +0000 UTC m=+27.379907587 2026/07/09 03:14:59 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/09 03:14:59 DEBUG : file1(0x13d8a83ffc00): >close: err= 2026/07/09 03:14:59 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/09 03:14:59 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/09 03:14:59 DEBUG : file2: newRWFileHandle: 2026/07/09 03:14:59 DEBUG : file2(0x13d8a88feb40): openPending: 2026/07/09 03:14:59 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:14:59 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/09 03:14:59 DEBUG : file2(0x13d8a88feb40): >openPending: err= 2026/07/09 03:14:59 DEBUG : file2: >newRWFileHandle: err= 2026/07/09 03:14:59 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/09 03:14:59 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/07/09 03:14:59 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/07/09 03:14:59 DEBUG : file2(0x13d8a88feb40): RWFileHandle.Flush 2026/07/09 03:14:59 DEBUG : file2(0x13d8a88feb40): RWFileHandle.Release 2026/07/09 03:14:59 DEBUG : file2(0x13d8a88feb40): close: 2026/07/09 03:14:59 DEBUG : file2: vfs cache: setting modification time to 2026-07-09 03:14:59.902618129 +0000 UTC m=+27.380828066 2026/07/09 03:14:59 INFO : file2: vfs cache: queuing for upload in 100ms 2026/07/09 03:14:59 DEBUG : file2(0x13d8a88feb40): >close: err= 2026/07/09 03:14:59 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:14:59 DEBUG : Looking for writers 2026/07/09 03:14:59 DEBUG : file1: reading active writers 2026/07/09 03:14:59 DEBUG : file2: reading active writers 2026/07/09 03:14:59 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/07/09 03:14:59 DEBUG : Looking for writers 2026/07/09 03:14:59 DEBUG : file1: reading active writers 2026/07/09 03:14:59 DEBUG : file2: reading active writers 2026/07/09 03:14:59 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/07/09 03:14:59 DEBUG : Looking for writers 2026/07/09 03:14:59 DEBUG : file1: reading active writers 2026/07/09 03:14:59 DEBUG : file2: reading active writers 2026/07/09 03:14:59 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/07/09 03:14:59 DEBUG : Looking for writers 2026/07/09 03:14:59 DEBUG : file1: reading active writers 2026/07/09 03:14:59 DEBUG : file2: reading active writers 2026/07/09 03:14:59 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/07/09 03:15:00 DEBUG : file2: vfs cache: starting upload 2026/07/09 03:15:00 DEBUG : file1: vfs cache: starting upload 2026/07/09 03:15:00 DEBUG : file2.cb191e10.partial: size = 0 OK 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file2.cb191e10.partial" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file2.cb191e10.partial 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file2.cb191e10.partial" 2026/07/09 03:15:00 DEBUG : file1.8dfaeeab.partial: size = 0 OK 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1.8dfaeeab.partial" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1.8dfaeeab.partial 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1.8dfaeeab.partial" 2026/07/09 03:15:00 DEBUG : Looking for writers 2026/07/09 03:15:00 DEBUG : file1: reading active writers 2026/07/09 03:15:00 DEBUG : file2: reading active writers 2026/07/09 03:15:00 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-hibugiw4yafa/file2.cb191e10.partial 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:00 DEBUG : file2.cb191e10.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/09 03:15:00 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/09 03:15:00 DEBUG : file2.cb191e10.partial: renamed to: file2 2026/07/09 03:15:00 INFO : file2: Copied (new) 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file2" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file2 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file2" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-hibugiw4yafa/file1.8dfaeeab.partial 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:00 DEBUG : file1.8dfaeeab.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/09 03:15:00 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/09 03:15:00 DEBUG : file1.8dfaeeab.partial: renamed to: file1 2026/07/09 03:15:00 INFO : file1: Copied (new) 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-hibugiw4yafa/file2 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:00 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/09 03:15:00 DEBUG : file2: vfs cache: fingerprint now "0,2026-07-09 03:14:59 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/09 03:15:00 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/07/09 03:15:00 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/09 03:15:00 INFO : file2: vfs cache: upload succeeded try #1 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:00 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/09 03:15:00 DEBUG : file1: vfs cache: fingerprint now "0,2026-07-09 03:14:59 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/09 03:15:00 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/09 03:15:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:00 INFO : file1: vfs cache: upload succeeded try #1 2026/07/09 03:15:00 DEBUG : Looking for writers 2026/07/09 03:15:00 DEBUG : file1: reading active writers 2026/07/09 03:15:00 DEBUG : file2: reading active writers 2026/07/09 03:15:00 DEBUG : >WaitForWriters: 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:00 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:00 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file2" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file2 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file2" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-hibugiw4yafa/file2 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:00 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file2" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/file2 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/file2" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-hibugiw4yafa/file2 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:00 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/09 03:15:00 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:00 DEBUG : Looking for writers 2026/07/09 03:15:00 DEBUG : file1: reading active writers 2026/07/09 03:15:00 DEBUG : file2: reading active writers 2026/07/09 03:15:00 DEBUG : >WaitForWriters: 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.68s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:00 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:00 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:15:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:00 DEBUG : file1: newRWFileHandle: 2026/07/09 03:15:00 DEBUG : file1(0x13d8a871e1c0): openPending: 2026/07/09 03:15:00 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:00 DEBUG : file1(0x13d8a871e1c0): >openPending: err= 2026/07/09 03:15:00 DEBUG : file1: >newRWFileHandle: err= 2026/07/09 03:15:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:00 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/09 03:15:00 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/09 03:15:00 DEBUG : file1(0x13d8a871e1c0): _writeAt: size=5, off=0 2026/07/09 03:15:00 DEBUG : file1(0x13d8a871e1c0): >_writeAt: n=5, err= 2026/07/09 03:15:00 DEBUG : file1(0x13d8a871e1c0): RWFileHandle.Flush 2026/07/09 03:15:00 DEBUG : file1(0x13d8a871e1c0): RWFileHandle.Flush 2026/07/09 03:15:00 DEBUG : file1(0x13d8a871e1c0): close: 2026/07/09 03:15:00 DEBUG : file1: vfs cache: setting modification time to 2026-07-09 03:15:00.578299088 +0000 UTC m=+28.056509034 2026/07/09 03:15:00 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:00 DEBUG : file1(0x13d8a871e1c0): >close: err= 2026/07/09 03:15:00 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:00 DEBUG : Looking for writers 2026/07/09 03:15:00 DEBUG : file1: reading active writers 2026/07/09 03:15:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/09 03:15:00 DEBUG : Looking for writers 2026/07/09 03:15:00 DEBUG : file1: reading active writers 2026/07/09 03:15:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/09 03:15:00 DEBUG : Looking for writers 2026/07/09 03:15:00 DEBUG : file1: reading active writers 2026/07/09 03:15:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/09 03:15:00 DEBUG : Looking for writers 2026/07/09 03:15:00 DEBUG : file1: reading active writers 2026/07/09 03:15:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/09 03:15:00 DEBUG : file1: vfs cache: starting upload 2026/07/09 03:15:00 DEBUG : file1.3e5e19c3.partial: size = 5 OK 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1.3e5e19c3.partial" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1.3e5e19c3.partial 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1.3e5e19c3.partial" 2026/07/09 03:15:00 DEBUG : Looking for writers 2026/07/09 03:15:00 DEBUG : file1: reading active writers 2026/07/09 03:15:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-hibugiw4yafa/file1.3e5e19c3.partial 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:00 DEBUG : file1.3e5e19c3.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/09 03:15:00 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/09 03:15:00 DEBUG : file1.3e5e19c3.partial: renamed to: file1 2026/07/09 03:15:00 INFO : file1: Copied (new) 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:00 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/09 03:15:00 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-09 03:15:00 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/09 03:15:00 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/09 03:15:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:00 INFO : file1: vfs cache: upload succeeded try #1 2026/07/09 03:15:00 DEBUG : Looking for writers 2026/07/09 03:15:00 DEBUG : file1: reading active writers 2026/07/09 03:15:00 DEBUG : >WaitForWriters: 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:00 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:00 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:00 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:15:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:00 DEBUG : file1: newRWFileHandle: 2026/07/09 03:15:00 DEBUG : file1(0x13d8a81e8b80): openPending: 2026/07/09 03:15:00 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:00 DEBUG : file1(0x13d8a81e8b80): >openPending: err= 2026/07/09 03:15:00 DEBUG : file1: >newRWFileHandle: err= 2026/07/09 03:15:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:00 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/09 03:15:00 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/09 03:15:00 DEBUG : file1(0x13d8a81e8b80): _writeAt: size=5, off=0 2026/07/09 03:15:00 DEBUG : file1(0x13d8a81e8b80): >_writeAt: n=5, err= 2026/07/09 03:15:00 DEBUG : file1(0x13d8a81e8b80): RWFileHandle.Release 2026/07/09 03:15:00 DEBUG : file1(0x13d8a81e8b80): close: 2026/07/09 03:15:00 DEBUG : file1: vfs cache: setting modification time to 2026-07-09 03:15:00.896257673 +0000 UTC m=+28.374467730 2026/07/09 03:15:00 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:00 DEBUG : file1(0x13d8a81e8b80): >close: err= 2026/07/09 03:15:00 DEBUG : file1(0x13d8a81e8b80): RWFileHandle.Release 2026/07/09 03:15:00 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:00 DEBUG : Looking for writers 2026/07/09 03:15:00 DEBUG : file1: reading active writers 2026/07/09 03:15:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/09 03:15:00 DEBUG : Looking for writers 2026/07/09 03:15:00 DEBUG : file1: reading active writers 2026/07/09 03:15:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/09 03:15:00 DEBUG : Looking for writers 2026/07/09 03:15:00 DEBUG : file1: reading active writers 2026/07/09 03:15:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/09 03:15:00 DEBUG : Looking for writers 2026/07/09 03:15:00 DEBUG : file1: reading active writers 2026/07/09 03:15:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/09 03:15:00 DEBUG : file1: vfs cache: starting upload 2026/07/09 03:15:01 DEBUG : file1.2e42586f.partial: size = 5 OK 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1.2e42586f.partial" 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1.2e42586f.partial 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1.2e42586f.partial" 2026/07/09 03:15:01 DEBUG : Looking for writers 2026/07/09 03:15:01 DEBUG : file1: reading active writers 2026/07/09 03:15:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-hibugiw4yafa/file1.2e42586f.partial 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:01 DEBUG : file1.2e42586f.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/09 03:15:01 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/09 03:15:01 DEBUG : file1.2e42586f.partial: renamed to: file1 2026/07/09 03:15:01 INFO : file1: Copied (new) 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:01 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/09 03:15:01 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-09 03:15:00 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/09 03:15:01 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/09 03:15:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:01 INFO : file1: vfs cache: upload succeeded try #1 2026/07/09 03:15:01 DEBUG : Looking for writers 2026/07/09 03:15:01 DEBUG : file1: reading active writers 2026/07/09 03:15:01 DEBUG : >WaitForWriters: 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:01 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:01 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:01 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/09 03:15:01 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/07/09 03:15:01 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/09 03:15:01 DEBUG : dir/file1: newRWFileHandle: 2026/07/09 03:15:01 DEBUG : dir/file1(0x13d8a899db80): openPending: 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:15:01 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/09 03:15:01 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/09 03:15:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:01 DEBUG : dir/file1(0x13d8a899db80): >openPending: err= 2026/07/09 03:15:01 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/09 03:15:01 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/09 03:15:01 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/09 03:15:01 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/09 03:15:01 DEBUG : dir/file1(0x13d8a899db80): _writeAt: size=5, off=0 2026/07/09 03:15:01 DEBUG : dir/file1(0x13d8a899db80): >_writeAt: n=5, err= 2026/07/09 03:15:01 DEBUG : dir/file1(0x13d8a899db80): close: 2026/07/09 03:15:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:01 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-09 03:15:01.519172433 +0000 UTC m=+28.997382391 2026/07/09 03:15:01 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:01 DEBUG : dir/file1(0x13d8a899db80): >close: err= 2026/07/09 03:15:01 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:01 DEBUG : dir: Looking for writers 2026/07/09 03:15:01 DEBUG : file1: reading active writers 2026/07/09 03:15:01 DEBUG : Looking for writers 2026/07/09 03:15:01 DEBUG : dir: reading active writers 2026/07/09 03:15:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/09 03:15:01 DEBUG : dir: Looking for writers 2026/07/09 03:15:01 DEBUG : file1: reading active writers 2026/07/09 03:15:01 DEBUG : Looking for writers 2026/07/09 03:15:01 DEBUG : dir: reading active writers 2026/07/09 03:15:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/09 03:15:01 DEBUG : dir: Looking for writers 2026/07/09 03:15:01 DEBUG : file1: reading active writers 2026/07/09 03:15:01 DEBUG : Looking for writers 2026/07/09 03:15:01 DEBUG : dir: reading active writers 2026/07/09 03:15:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/09 03:15:01 DEBUG : dir: Looking for writers 2026/07/09 03:15:01 DEBUG : file1: reading active writers 2026/07/09 03:15:01 DEBUG : Looking for writers 2026/07/09 03:15:01 DEBUG : dir: reading active writers 2026/07/09 03:15:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/09 03:15:01 DEBUG : dir/file1: vfs cache: starting upload 2026/07/09 03:15:01 DEBUG : dir/file1.a4d5aa5d.partial: size = 5 OK 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1.a4d5aa5d.partial" 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1.a4d5aa5d.partial 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1.a4d5aa5d.partial" 2026/07/09 03:15:01 DEBUG : dir: Looking for writers 2026/07/09 03:15:01 DEBUG : file1: reading active writers 2026/07/09 03:15:01 DEBUG : Looking for writers 2026/07/09 03:15:01 DEBUG : dir: reading active writers 2026/07/09 03:15:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-hibugiw4yafa/dir/file1.a4d5aa5d.partial 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:01 DEBUG : dir/file1.a4d5aa5d.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/09 03:15:01 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/09 03:15:01 DEBUG : dir/file1.a4d5aa5d.partial: renamed to: dir/file1 2026/07/09 03:15:01 INFO : dir/file1: Copied (replaced existing) 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:01 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/09 03:15:01 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-07-09 03:15:01 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/09 03:15:01 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/09 03:15:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:01 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/09 03:15:01 DEBUG : dir: Looking for writers 2026/07/09 03:15:01 DEBUG : file1: reading active writers 2026/07/09 03:15:01 DEBUG : Looking for writers 2026/07/09 03:15:01 DEBUG : dir: reading active writers 2026/07/09 03:15:01 DEBUG : >WaitForWriters: 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.63s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:01 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:01 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:01 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:02 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/09 03:15:02 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : dir/file1: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:02 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/09 03:15:02 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/09 03:15:02 DEBUG : dir/file1(0x13d8a8916500): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : dir/file1(0x13d8a8916500): openPending: 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/09 03:15:02 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/09 03:15:02 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/09 03:15:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:02 DEBUG : dir/file1(0x13d8a8916500): >openPending: err= 2026/07/09 03:15:02 DEBUG : dir/file1(0x13d8a8916500): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : dir/file1(0x13d8a8916500): _writeAt: size=15, off=5 2026/07/09 03:15:02 DEBUG : dir/file1(0x13d8a8916500): >_writeAt: n=15, err= 2026/07/09 03:15:02 DEBUG : dir/file1(0x13d8a8916500): close: 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/07/09 03:15:02 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-09 03:15:02.083754221 +0000 UTC m=+29.561964148 2026/07/09 03:15:02 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : dir/file1(0x13d8a8916500): >close: err= 2026/07/09 03:15:02 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:02 DEBUG : dir: Looking for writers 2026/07/09 03:15:02 DEBUG : file1: reading active writers 2026/07/09 03:15:02 DEBUG : Looking for writers 2026/07/09 03:15:02 DEBUG : dir: reading active writers 2026/07/09 03:15:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/09 03:15:02 DEBUG : dir: Looking for writers 2026/07/09 03:15:02 DEBUG : file1: reading active writers 2026/07/09 03:15:02 DEBUG : Looking for writers 2026/07/09 03:15:02 DEBUG : dir: reading active writers 2026/07/09 03:15:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/09 03:15:02 DEBUG : dir: Looking for writers 2026/07/09 03:15:02 DEBUG : file1: reading active writers 2026/07/09 03:15:02 DEBUG : Looking for writers 2026/07/09 03:15:02 DEBUG : dir: reading active writers 2026/07/09 03:15:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/09 03:15:02 DEBUG : dir: Looking for writers 2026/07/09 03:15:02 DEBUG : file1: reading active writers 2026/07/09 03:15:02 DEBUG : Looking for writers 2026/07/09 03:15:02 DEBUG : dir: reading active writers 2026/07/09 03:15:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/09 03:15:02 DEBUG : dir/file1: vfs cache: starting upload 2026/07/09 03:15:02 DEBUG : dir/file1.60be2350.partial: size = 20 OK 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1.60be2350.partial" 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1.60be2350.partial 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1.60be2350.partial" 2026/07/09 03:15:02 DEBUG : dir: Looking for writers 2026/07/09 03:15:02 DEBUG : file1: reading active writers 2026/07/09 03:15:02 DEBUG : Looking for writers 2026/07/09 03:15:02 DEBUG : dir: reading active writers 2026/07/09 03:15:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-hibugiw4yafa/dir/file1.60be2350.partial 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:02 DEBUG : dir/file1.60be2350.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/09 03:15:02 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/07/09 03:15:02 DEBUG : dir/file1.60be2350.partial: renamed to: dir/file1 2026/07/09 03:15:02 INFO : dir/file1: Copied (replaced existing) 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:02 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/09 03:15:02 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-07-09 03:15:02 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/07/09 03:15:02 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/09 03:15:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:02 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/09 03:15:02 DEBUG : dir: Looking for writers 2026/07/09 03:15:02 DEBUG : file1: reading active writers 2026/07/09 03:15:02 DEBUG : Looking for writers 2026/07/09 03:15:02 DEBUG : dir: reading active writers 2026/07/09 03:15:02 DEBUG : >WaitForWriters: 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.57s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:02 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:02 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:15:02 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : file1: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : file1(0x13d8a8a9c180): openPending: 2026/07/09 03:15:02 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:02 DEBUG : file1(0x13d8a8a9c180): >openPending: err= 2026/07/09 03:15:02 DEBUG : file1: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:02 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/09 03:15:02 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/09 03:15:02 DEBUG : file1(0x13d8a8a9c180): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : file1(0x13d8a8a9c180): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : file1(0x13d8a8a9c180): close: 2026/07/09 03:15:02 DEBUG : file1: vfs cache: setting modification time to 2026-07-09 03:15:02.409639362 +0000 UTC m=+29.887849290 2026/07/09 03:15:02 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : file1(0x13d8a8a9c180): >close: err= 2026/07/09 03:15:02 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:02 DEBUG : Looking for writers 2026/07/09 03:15:02 DEBUG : file1: reading active writers 2026/07/09 03:15:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/09 03:15:02 DEBUG : Looking for writers 2026/07/09 03:15:02 DEBUG : file1: reading active writers 2026/07/09 03:15:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/09 03:15:02 DEBUG : Looking for writers 2026/07/09 03:15:02 DEBUG : file1: reading active writers 2026/07/09 03:15:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/09 03:15:02 DEBUG : Looking for writers 2026/07/09 03:15:02 DEBUG : file1: reading active writers 2026/07/09 03:15:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/09 03:15:02 DEBUG : file1: vfs cache: starting upload 2026/07/09 03:15:02 DEBUG : file1.6e9a8f04.partial: size = 5 OK 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1.6e9a8f04.partial" 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1.6e9a8f04.partial 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1.6e9a8f04.partial" 2026/07/09 03:15:02 DEBUG : Looking for writers 2026/07/09 03:15:02 DEBUG : file1: reading active writers 2026/07/09 03:15:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-hibugiw4yafa/file1.6e9a8f04.partial 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:02 DEBUG : file1.6e9a8f04.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/09 03:15:02 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/09 03:15:02 DEBUG : file1.6e9a8f04.partial: renamed to: file1 2026/07/09 03:15:02 INFO : file1: Copied (new) 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:02 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/09 03:15:02 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-09 03:15:02 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/09 03:15:02 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:02 INFO : file1: vfs cache: upload succeeded try #1 2026/07/09 03:15:02 DEBUG : Looking for writers 2026/07/09 03:15:02 DEBUG : file1: reading active writers 2026/07/09 03:15:02 DEBUG : >WaitForWriters: 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.33s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:02 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/07/09 03:15:02 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917580): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917580): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917580): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917580): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917580): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.737339392 +0000 UTC m=+30.215549318 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917580): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917a00): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917a00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917a00): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917a00): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917a00): _writeAt: size=3, off=2 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917a00): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917a00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.737339392 +0000 UTC m=+30.215549318 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917a00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917ec0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917ec0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917ec0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917ec0): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917ec0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.737339392 +0000 UTC m=+30.215549318 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917ec0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88979d0 item 1 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bec600): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bec600): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bec600): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bec600): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bec600): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.741784831 +0000 UTC m=+30.219994768 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bec600): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8becb00): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8becb00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8becb00): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8becb00): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8becb00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.741784831 +0000 UTC m=+30.219994768 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8becb00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84c2230 item 2 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bed140): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bed140): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bed140): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bed140): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bed140): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.744024848 +0000 UTC m=+30.222234785 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bed140): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bed5c0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bed5c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bed5c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bed5c0): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bed5c0): _writeAt: size=3, off=2 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bed5c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bed5c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.744024848 +0000 UTC m=+30.222234785 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bed5c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8beda80): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8beda80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8beda80): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8beda80): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8beda80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.744024848 +0000 UTC m=+30.222234785 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8beda80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84c29a0 item 3 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f480): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f480): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f480): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f480): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f480): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.749780918 +0000 UTC m=+30.227990855 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f480): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f9c0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f9c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f9c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f9c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f9c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.749780918 +0000 UTC m=+30.227990855 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f9c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88ad8f0 item 4 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8e100): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8e100): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8e100): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8e100): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8e100): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.755157595 +0000 UTC m=+30.233367523 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8e100): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8e580): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8e580): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8e580): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8e580): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8e580): _writeAt: size=3, off=2 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8e580): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8e580): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.755157595 +0000 UTC m=+30.233367523 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8e580): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8ea40): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8ea40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8ea40): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8ea40): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8ea40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.755157595 +0000 UTC m=+30.233367523 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8ea40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88adc70 item 5 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8f0c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8f0c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8f0c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8f0c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8f0c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.757899715 +0000 UTC m=+30.236109642 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8f0c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8f600): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8f600): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8f600): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8f600): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8f600): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.757899715 +0000 UTC m=+30.236109642 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8f600): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84b84d0 item 6 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3100): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3100): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3100): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3100): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3100): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.763436063 +0000 UTC m=+30.241645990 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3100): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3600): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3600): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3600): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3600): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3600): _writeAt: size=3, off=2 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3600): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3600): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.763436063 +0000 UTC m=+30.241645990 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3600): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3ac0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3ac0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3ac0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3ac0): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3ac0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.763436063 +0000 UTC m=+30.241645990 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89a3ac0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84bce00 item 7 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b64240): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b64240): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b64240): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b64240): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b64240): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.766861696 +0000 UTC m=+30.245071624 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b64240): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b64780): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b64780): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b64780): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b64780): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b64780): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.766861696 +0000 UTC m=+30.245071624 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b64780): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84bd9d0 item 8 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b64d40): _readAt: size=2, off=0 2026/07/09 03:15:02 ERROR : open-test-file(0x13d8a8b64d40): Couldn't read size of file 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b64d40): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b64d40): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b64d40): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b64d40): close: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b64d40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65100): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65100): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65100): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65100): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65100): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.769243449 +0000 UTC m=+30.247453377 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65100): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65580): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65580): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65580): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65580): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65580): _writeAt: size=3, off=2 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65580): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65580): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.769243449 +0000 UTC m=+30.247453377 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65580): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65a80): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65a80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65a80): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65a80): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65a80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.769243449 +0000 UTC m=+30.247453377 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b65a80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a6d20 item 9 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d10200): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d10200): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d10200): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d10200): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d10200): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.772338392 +0000 UTC m=+30.250548319 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d10200): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d10740): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d10740): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d10740): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d10740): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d10740): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.772338392 +0000 UTC m=+30.250548319 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d10740): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a7b20 item 10 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d10d80): _readAt: size=2, off=0 2026/07/09 03:15:02 ERROR : open-test-file(0x13d8a8d10d80): Couldn't read size of file 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d10d80): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d10d80): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d10d80): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d10d80): close: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d10d80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11140): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11140): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11140): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11140): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11140): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.774625478 +0000 UTC m=+30.252835405 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11140): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11640): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11640): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11640): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11640): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11640): _writeAt: size=3, off=2 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11640): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11640): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.774625478 +0000 UTC m=+30.252835405 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11640): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11b40): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11b40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11b40): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11b40): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11b40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.774625478 +0000 UTC m=+30.252835405 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d11b40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899e2a0 item 11 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d262c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d262c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d262c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d262c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d262c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.776835027 +0000 UTC m=+30.255044964 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d262c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d26800): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d26800): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d26800): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d26800): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d26800): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.776835027 +0000 UTC m=+30.255044964 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d26800): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899ea80 item 12 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d26e40): _readAt: size=2, off=0 2026/07/09 03:15:02 ERROR : open-test-file(0x13d8a8d26e40): Couldn't read size of file 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d26e40): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d26e40): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d26e40): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d26e40): close: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d26e40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d27200): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d27200): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d27200): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d27200): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d27200): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.778499824 +0000 UTC m=+30.256709751 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d27200): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d278c0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d278c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d278c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d278c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d278c0): close: 2026/07/09 03:15:02 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-hibugiw4yafa/dir/file1: no such file or directory 2026/07/09 03:15:02 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-hibugiw4yafa/dir/file1: no such file or directory 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.778499824 +0000 UTC m=+30.256709751 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d278c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899f490 item 13 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44040): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44040): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44040): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44040): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44040): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.783959797 +0000 UTC m=+30.262169725 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44040): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8fa80): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8fa80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8fa80): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8fa80): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8fa80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.783959797 +0000 UTC m=+30.262169725 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c8fa80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84b8620 item 14 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb21c0): _readAt: size=2, off=0 2026/07/09 03:15:02 ERROR : open-test-file(0x13d8a8cb21c0): Couldn't read size of file 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb21c0): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb21c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb21c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb21c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb21c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2580): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2580): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2580): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2580): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2580): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.787412312 +0000 UTC m=+30.265622238 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2580): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2c40): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2c40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2c40): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2c40): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2c40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.787412312 +0000 UTC m=+30.265622238 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2c40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84b8bd0 item 15 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb32c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb32c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb32c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb32c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb32c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.791769294 +0000 UTC m=+30.269979221 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb32c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3800): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3800): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3800): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3800): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3800): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.791769294 +0000 UTC m=+30.269979221 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3800): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84b9730 item 16 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3e40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3e40): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3e40): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3e40): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3e40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.798920655 +0000 UTC m=+30.277130583 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3e40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44680): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44680): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44680): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44680): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44680): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44680): _writeAt: size=3, off=7 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44680): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44680): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.798920655 +0000 UTC m=+30.277130583 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44680): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44900): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44900): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44900): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44900): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44900): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.798920655 +0000 UTC m=+30.277130583 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d44900): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899fc70 item 17 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2180): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2180): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2180): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2180): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2180): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.805241236 +0000 UTC m=+30.283451162 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2180): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb26c0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb26c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb26c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb26c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb26c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.805241236 +0000 UTC m=+30.283451162 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb26c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899e3f0 item 18 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2d40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2d40): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2d40): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2d40): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2d40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.806828707 +0000 UTC m=+30.285038634 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2d40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3240): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3240): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3240): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3240): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3240): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3240): _writeAt: size=3, off=7 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3240): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3240): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.806828707 +0000 UTC m=+30.285038634 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3240): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3740): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3740): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3740): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3740): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3740): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.806828707 +0000 UTC m=+30.285038634 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3740): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899e930 item 19 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3dc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3dc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3dc0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3dc0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3dc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.812460524 +0000 UTC m=+30.290670461 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3dc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83fee80): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83fee80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83fee80): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83fee80): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83fee80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.812460524 +0000 UTC m=+30.290670461 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83fee80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899efc0 item 20 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83ffc80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83ffc80): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83ffc80): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83ffc80): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83ffc80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.813899516 +0000 UTC m=+30.292109474 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83ffc80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88fec40): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88fec40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88fec40): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88fec40): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88fec40): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88fec40): _writeAt: size=3, off=7 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88fec40): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88fec40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.813899516 +0000 UTC m=+30.292109474 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88fec40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ff580): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ff580): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ff580): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ff580): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ff580): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.813899516 +0000 UTC m=+30.292109474 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ff580): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899f9d0 item 21 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a41c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a41c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a41c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a41c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a41c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.816737025 +0000 UTC m=+30.294946952 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a41c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a4f80): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a4f80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a4f80): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a4f80): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a4f80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.816737025 +0000 UTC m=+30.294946952 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a4f80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84b81c0 item 22 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5a40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5a40): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5a40): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5a40): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5a40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.819218575 +0000 UTC m=+30.297428532 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5a40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e8dc0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e8dc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e8dc0): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e8dc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e8dc0): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e8dc0): _writeAt: size=3, off=7 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e8dc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e8dc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.819218575 +0000 UTC m=+30.297428532 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e8dc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e9340): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e9340): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e9340): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e9340): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e9340): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.819218575 +0000 UTC m=+30.297428532 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e9340): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84b85b0 item 23 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c000): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c000): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c000): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c000): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c000): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.821392228 +0000 UTC m=+30.299602155 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c000): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c580): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c580): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c580): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c580): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c580): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.821392228 +0000 UTC m=+30.299602155 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c580): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84b8bd0 item 24 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899cc40): _readAt: size=2, off=0 2026/07/09 03:15:02 ERROR : open-test-file(0x13d8a899cc40): Couldn't read size of file 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899cc40): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899cc40): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899cc40): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899cc40): close: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899cc40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d000): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d000): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d000): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d000): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d000): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.825979393 +0000 UTC m=+30.304189321 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d000): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d580): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d580): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d580): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d580): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d580): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d580): _writeAt: size=3, off=7 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d580): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d580): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.825979393 +0000 UTC m=+30.304189321 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d580): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899dac0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899dac0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899dac0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899dac0): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899dac0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.825979393 +0000 UTC m=+30.304189321 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899dac0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84b9730 item 25 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c240): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c240): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c240): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c240): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c240): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.828190595 +0000 UTC m=+30.306400553 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c240): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c780): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c780): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c780): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c780): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c780): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.828190595 +0000 UTC m=+30.306400553 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c780): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88d44d0 item 26 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6cdc0): _readAt: size=2, off=0 2026/07/09 03:15:02 ERROR : open-test-file(0x13d8a8a6cdc0): Couldn't read size of file 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6cdc0): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6cdc0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6cdc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6cdc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6cdc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d180): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d180): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d180): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d180): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d180): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.830273809 +0000 UTC m=+30.308483735 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d180): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d700): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d700): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d700): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d700): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d700): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d700): _writeAt: size=3, off=7 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d700): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d700): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.830273809 +0000 UTC m=+30.308483735 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d700): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6dc40): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6dc40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6dc40): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6dc40): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6dc40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.830273809 +0000 UTC m=+30.308483735 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6dc40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88d48c0 item 27 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916680): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916680): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916680): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916680): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916680): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.832614725 +0000 UTC m=+30.310824672 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916680): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916bc0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916bc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916bc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916bc0): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916bc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.832614725 +0000 UTC m=+30.310824672 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916bc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88d52d0 item 28 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ffd40): _readAt: size=2, off=0 2026/07/09 03:15:02 ERROR : open-test-file(0x13d8a88ffd40): Couldn't read size of file 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ffd40): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ffd40): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ffd40): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ffd40): close: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ffd40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871e340): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871e340): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871e340): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871e340): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871e340): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.835150677 +0000 UTC m=+30.313360604 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871e340): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871ea00): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871ea00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871ea00): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871ea00): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871ea00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.835150677 +0000 UTC m=+30.313360604 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871ea00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a85a2a80 item 29 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f4c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f4c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f4c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f4c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f4c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.837051347 +0000 UTC m=+30.315261284 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f4c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871fa00): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871fa00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871fa00): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871fa00): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871fa00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.837051347 +0000 UTC m=+30.315261284 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871fa00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a85a31f0 item 30 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5c140): _readAt: size=2, off=0 2026/07/09 03:15:02 ERROR : open-test-file(0x13d8a8d5c140): Couldn't read size of file 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5c140): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5c140): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5c140): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5c140): close: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5c140): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5c500): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5c500): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5c500): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5c500): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5c500): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.839245658 +0000 UTC m=+30.317455595 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5c500): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5cbc0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5cbc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5cbc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5cbc0): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5cbc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.839245658 +0000 UTC m=+30.317455595 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5cbc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a85a3b90 item 31 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5d240): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5d240): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5d240): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5d240): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5d240): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.840659723 +0000 UTC m=+30.318869651 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5d240): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5d780): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5d780): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5d780): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5d780): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5d780): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.840659723 +0000 UTC m=+30.318869651 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5d780): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a810e8c0 item 32 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5ddc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5ddc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5ddc0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5ddc0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5ddc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.842576543 +0000 UTC m=+30.320786491 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d5ddc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6c340): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6c340): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6c340): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6c340): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6c340): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a810f1f0 item 33 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6c340): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6c340): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.843773722 +0000 UTC m=+30.321983679 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6c340): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6c840): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6c840): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6c840): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6c840): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6c840): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.843773722 +0000 UTC m=+30.321983679 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6c840): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a810f570 item 33 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6ce80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6ce80): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6ce80): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6ce80): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6ce80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.846292012 +0000 UTC m=+30.324501978 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6ce80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6d300): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6d300): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868c070 item 34 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6d300): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6d300): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6d300): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6d300): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6d300): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.846761744 +0000 UTC m=+30.324971671 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6d300): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6d840): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6d840): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6d840): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6d840): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6d840): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.846761744 +0000 UTC m=+30.324971671 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6d840): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868c380 item 34 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6de80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6de80): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6de80): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6de80): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6de80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.848606347 +0000 UTC m=+30.326816295 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d6de80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7e400): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7e400): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7e400): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7e400): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7e400): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868c7e0 item 35 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7e400): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7e400): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.849410939 +0000 UTC m=+30.327620866 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7e400): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7e900): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7e900): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7e900): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7e900): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7e900): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.849410939 +0000 UTC m=+30.327620866 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7e900): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868caf0 item 35 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7ef80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7ef80): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7ef80): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7ef80): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7ef80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.851317018 +0000 UTC m=+30.329526975 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7ef80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7f480): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7f480): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868cf50 item 36 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7f480): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7f480): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7f480): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7f480): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7f480): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.851993449 +0000 UTC m=+30.330203396 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7f480): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7f9c0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7f9c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7f9c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7f9c0): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7f9c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.851993449 +0000 UTC m=+30.330203396 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d7f9c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868d110 item 36 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478100): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478100): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478100): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478100): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478100): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.853807145 +0000 UTC m=+30.332017072 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478100): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478580): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478580): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478580): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478580): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478580): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868d650 item 37 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478580): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478580): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.854484558 +0000 UTC m=+30.332694484 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478580): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89174c0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89174c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89174c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89174c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89174c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.854484558 +0000 UTC m=+30.332694484 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89174c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88d56c0 item 37 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917b40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917b40): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917b40): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917b40): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917b40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.855825496 +0000 UTC m=+30.334035423 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917b40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54140): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54140): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3c000 item 38 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54140): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54140): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54140): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54140): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54140): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.856420353 +0000 UTC m=+30.334630279 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54140): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54680): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54680): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54680): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54680): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54680): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.856420353 +0000 UTC m=+30.334630279 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54680): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3c1c0 item 38 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54d00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54d00): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54d00): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54d00): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54d00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.857791488 +0000 UTC m=+30.336001425 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c54d00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55200): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55200): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55200): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55200): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55200): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3c540 item 39 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55200): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55200): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.858334718 +0000 UTC m=+30.336544645 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55200): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55700): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55700): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55700): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55700): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55700): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.858334718 +0000 UTC m=+30.336544645 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55700): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3c700 item 39 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55d80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55d80): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55d80): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55d80): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55d80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.859717345 +0000 UTC m=+30.337927362 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c55d80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c64380): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c64380): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3cb60 item 40 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c64380): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c64380): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c64380): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c64380): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c64380): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.860329624 +0000 UTC m=+30.338539552 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c64380): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c648c0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c648c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c648c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c648c0): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c648c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.860329624 +0000 UTC m=+30.338539552 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c648c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3cd20 item 40 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c64e80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c64e80): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c64e80): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c64e80): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c64e80): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c64e80): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c64e80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.861717542 +0000 UTC m=+30.339927479 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c64e80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65380): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65380): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65380): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3d180 item 41 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65380): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65380): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.8622018 +0000 UTC m=+30.340411727 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65380): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65840): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65840): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65840): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65840): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65840): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3d340 item 41 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65840): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65840): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.862735443 +0000 UTC m=+30.340945380 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65840): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65d80): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65d80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65d80): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65d80): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65d80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.862735443 +0000 UTC m=+30.340945380 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c65d80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3d500 item 41 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c764c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c764c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c764c0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c764c0): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c764c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c764c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c764c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.864189092 +0000 UTC m=+30.342399040 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c764c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c769c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c769c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c769c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3d880 item 42 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c769c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c769c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.864625783 +0000 UTC m=+30.342835720 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c769c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478940): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478940): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3da40 item 42 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478940): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478940): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478940): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478940): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478940): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.865269672 +0000 UTC m=+30.343479630 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478940): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478ec0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478ec0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478ec0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478ec0): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478ec0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.865269672 +0000 UTC m=+30.343479630 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8478ec0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868d8f0 item 42 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8479500): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8479500): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8479500): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8479500): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8479500): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8479500): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8479500): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.866653561 +0000 UTC m=+30.344863489 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8479500): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8479a00): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8479a00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8479a00): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868dc70 item 43 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8479a00): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8479a00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.867106983 +0000 UTC m=+30.345316921 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8479a00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854a040): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854a040): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854a040): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854a040): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854a040): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868a000 item 43 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854a040): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854a040): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.867628021 +0000 UTC m=+30.345837949 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854a040): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854a580): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854a580): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854a580): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854a580): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854a580): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.867628021 +0000 UTC m=+30.345837949 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854a580): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868a2a0 item 43 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854abc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854abc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854abc0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854abc0): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854abc0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854abc0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854abc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.869035465 +0000 UTC m=+30.347245412 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854abc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854b0c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854b0c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854b0c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868ad90 item 44 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854b0c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854b0c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.869489538 +0000 UTC m=+30.347699475 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854b0c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854b600): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854b600): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868b7a0 item 44 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854b600): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854b600): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854b600): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854b600): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854b600): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.870016597 +0000 UTC m=+30.348226524 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854b600): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854bb80): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854bb80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854bb80): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854bb80): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854bb80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.870016597 +0000 UTC m=+30.348226524 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a854bb80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868bc70 item 44 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86222c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86222c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86222c0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86222c0): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86222c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86222c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86222c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.871815827 +0000 UTC m=+30.350025753 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86222c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86227c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86227c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86227c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4c1c0 item 45 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86227c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86227c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.872317068 +0000 UTC m=+30.350527025 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86227c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8622ec0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8622ec0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8622ec0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8622ec0): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8622ec0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.872317068 +0000 UTC m=+30.350527025 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8622ec0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4c380 item 45 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8623500): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8623500): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8623500): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8623500): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8623500): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8623500): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8623500): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.873864203 +0000 UTC m=+30.352074150 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8623500): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8623a00): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8623a00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8623a00): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4c700 item 46 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8623a00): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8623a00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.874348172 +0000 UTC m=+30.352558099 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8623a00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86ca200): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86ca200): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86ca200): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86ca200): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86ca200): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.874348172 +0000 UTC m=+30.352558099 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86ca200): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4c8c0 item 46 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86ca840): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86ca840): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86ca840): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86ca840): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86ca840): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86ca840): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86ca840): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.875914364 +0000 UTC m=+30.354124301 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86ca840): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cad40): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cad40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cad40): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4cd90 item 47 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cad40): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cad40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.876425193 +0000 UTC m=+30.354635141 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cad40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cb440): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cb440): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cb440): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cb440): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cb440): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.876425193 +0000 UTC m=+30.354635141 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cb440): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4cf50 item 47 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cba80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cba80): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cba80): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cba80): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cba80): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cba80): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cba80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.877753037 +0000 UTC m=+30.355962964 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86cba80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e4080): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e4080): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e4080): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4d2d0 item 48 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e4080): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e4080): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.878193133 +0000 UTC m=+30.356403061 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e4080): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e4780): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e4780): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e4780): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e4780): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e4780): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.878193133 +0000 UTC m=+30.356403061 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e4780): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4d570 item 48 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e4dc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e4dc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e4dc0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e4dc0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e4dc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.879370765 +0000 UTC m=+30.357580692 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e4dc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5240): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5240): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5240): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5240): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5240): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5240): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4d960 item 49 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5240): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5240): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.879814027 +0000 UTC m=+30.358023954 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5240): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5780): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5780): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5780): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5780): >_readAt: n=8, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5780): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.879814027 +0000 UTC m=+30.358023954 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5780): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4dd50 item 49 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77140): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77140): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77140): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77140): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77140): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.881155417 +0000 UTC m=+30.359365344 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77140): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77640): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77640): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77640): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3dce0 item 50 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77640): _readAt: size=2, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77640): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77640): _writeAt: size=3, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77640): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77640): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.881548265 +0000 UTC m=+30.359758192 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77640): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77bc0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77bc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77bc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77bc0): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77bc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.881548265 +0000 UTC m=+30.359758192 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c77bc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8598150 item 50 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766340): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766340): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766340): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766340): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766340): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.882576175 +0000 UTC m=+30.360786102 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766340): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766840): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766840): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766840): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766840): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766840): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766840): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8599420 item 51 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766840): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766840): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.883050816 +0000 UTC m=+30.361260743 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766840): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766d80): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766d80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766d80): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766d80): >_readAt: n=8, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766d80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.883050816 +0000 UTC m=+30.361260743 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8766d80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8599d50 item 51 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767400): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767400): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767400): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767400): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767400): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.884395612 +0000 UTC m=+30.362605539 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767400): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767900): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767900): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767900): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b563f0 item 52 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767900): _readAt: size=2, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767900): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767900): _writeAt: size=3, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767900): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767900): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.884921509 +0000 UTC m=+30.363131436 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767900): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767e80): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767e80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767e80): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767e80): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767e80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.884921509 +0000 UTC m=+30.363131436 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8767e80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b56620 item 52 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879a600): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879a600): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879a600): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879a600): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879a600): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.88617887 +0000 UTC m=+30.364388798 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879a600): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879ab00): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879ab00): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879ab00): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879ab00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879ab00): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879ab00): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b56a80 item 53 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879ab00): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879ab00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.886572821 +0000 UTC m=+30.364782747 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879ab00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879b040): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879b040): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879b040): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879b040): >_readAt: n=8, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879b040): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.886572821 +0000 UTC m=+30.364782747 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879b040): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b56d20 item 53 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879b6c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879b6c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879b6c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879b6c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879b6c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.887577428 +0000 UTC m=+30.365787354 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879b6c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879bbc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879bbc0): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879bbc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b57260 item 54 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879bbc0): _readAt: size=2, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879bbc0): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879bbc0): _writeAt: size=3, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879bbc0): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879bbc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.888212862 +0000 UTC m=+30.366422788 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a879bbc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b6240): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b6240): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b6240): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b6240): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b6240): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.888212862 +0000 UTC m=+30.366422788 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b6240): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b57420 item 54 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b68c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b68c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b68c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b68c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b68c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.88933075 +0000 UTC m=+30.367540677 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b68c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b6dc0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b6dc0): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b6dc0): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b6dc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b6dc0): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b6dc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b57880 item 55 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b6dc0): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b6dc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.889776187 +0000 UTC m=+30.367986114 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b6dc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7300): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7300): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7300): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7300): >_readAt: n=8, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7300): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.889776187 +0000 UTC m=+30.367986114 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7300): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b57ab0 item 55 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7980): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7980): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7980): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7980): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7980): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.890870802 +0000 UTC m=+30.369080729 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7980): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7e80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7e80): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7e80): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e421c0 item 56 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7e80): _readAt: size=2, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7e80): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7e80): _writeAt: size=3, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7e80): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7e80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.891408753 +0000 UTC m=+30.369618681 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87b7e80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8826500): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8826500): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8826500): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8826500): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8826500): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.891408753 +0000 UTC m=+30.369618681 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8826500): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e42460 item 56 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8826b40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8826b40): open at offset 0 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8826b40): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8826b40): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8826b40): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8826b40): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8826b40): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8826b40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.892568141 +0000 UTC m=+30.370778068 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8826b40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8827080): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8827080): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8827080): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e427e0 item 57 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8827080): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8827080): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.892942804 +0000 UTC m=+30.371152732 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8827080): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88275c0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88275c0): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88275c0): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88275c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88275c0): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88275c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e429a0 item 57 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88275c0): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88275c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.893364216 +0000 UTC m=+30.371574143 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88275c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8827b40): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8827b40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8827b40): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8827b40): >_readAt: n=8, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8827b40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.893364216 +0000 UTC m=+30.371574143 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8827b40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e42c40 item 57 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e4280): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e4280): open at offset 0 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e4280): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e4280): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e4280): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e4280): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e4280): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e4280): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.894483969 +0000 UTC m=+30.372693896 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e4280): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e47c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e47c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e47c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e43030 item 58 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e47c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e47c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.8949428 +0000 UTC m=+30.373152728 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e47c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e4d00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e4d00): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e4d00): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e433b0 item 58 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e4d00): _readAt: size=2, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e4d00): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e4d00): _writeAt: size=3, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e4d00): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e4d00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.895392385 +0000 UTC m=+30.373602311 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e4d00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5c00): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5c00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5c00): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5c00): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5c00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.895392385 +0000 UTC m=+30.373602311 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a86e5c00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84da540 item 58 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982340): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982340): open at offset 0 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982340): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982340): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982340): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982340): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982340): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982340): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.896439251 +0000 UTC m=+30.374649178 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982340): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982880): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982880): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982880): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84dacb0 item 59 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982880): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982880): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.896798505 +0000 UTC m=+30.375008432 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982880): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982dc0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982dc0): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982dc0): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982dc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982dc0): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982dc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84db180 item 59 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982dc0): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982dc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.897214547 +0000 UTC m=+30.375424474 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8982dc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983340): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983340): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983340): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983340): >_readAt: n=8, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983340): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.897214547 +0000 UTC m=+30.375424474 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983340): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84db420 item 59 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983980): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983980): open at offset 0 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983980): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983980): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983980): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983980): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983980): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983980): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.898263236 +0000 UTC m=+30.376473163 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983980): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983ec0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983ec0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983ec0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84dba40 item 60 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983ec0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983ec0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.89860091 +0000 UTC m=+30.376810837 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8983ec0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c6500): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c6500): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c6500): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84dbd50 item 60 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c6500): _readAt: size=2, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c6500): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c6500): _writeAt: size=3, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c6500): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c6500): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.89903235 +0000 UTC m=+30.377242278 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c6500): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c6ac0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c6ac0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c6ac0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c6ac0): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c6ac0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.89903235 +0000 UTC m=+30.377242278 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c6ac0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84ae690 item 60 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7100): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7100): open at offset 0 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7100): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7100): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7100): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7100): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7100): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7100): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.900832632 +0000 UTC m=+30.379042559 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7100): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7640): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7640): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7640): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84aee00 item 61 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7640): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7640): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.901299789 +0000 UTC m=+30.379509716 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7640): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7d40): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7d40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7d40): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7d40): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7d40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.901299789 +0000 UTC m=+30.379509716 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89c7d40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84af030 item 61 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a00480): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a00480): open at offset 0 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a00480): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a00480): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a00480): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a00480): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a00480): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a00480): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.902889614 +0000 UTC m=+30.381099542 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a00480): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a009c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a009c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a009c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84af570 item 62 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a009c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a009c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.903444026 +0000 UTC m=+30.381653963 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a009c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a010c0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a010c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a010c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a010c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a010c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.903444026 +0000 UTC m=+30.381653963 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a010c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84af7a0 item 62 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a01700): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a01700): open at offset 0 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a01700): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a01700): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a01700): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a01700): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a01700): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a01700): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.904870294 +0000 UTC m=+30.383080221 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a01700): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a01c40): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a01c40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a01c40): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84afb20 item 63 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a01c40): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a01c40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.905435226 +0000 UTC m=+30.383645153 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a01c40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28440): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28440): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28440): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28440): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28440): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.905435226 +0000 UTC m=+30.383645153 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28440): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84afce0 item 63 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28a80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28a80): open at offset 0 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28a80): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28a80): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28a80): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28a80): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28a80): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28a80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.907062772 +0000 UTC m=+30.385272699 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28a80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28fc0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28fc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28fc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a819a460 item 64 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28fc0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28fc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.907559275 +0000 UTC m=+30.385769201 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a28fc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a296c0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a296c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a296c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a296c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a296c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.907559275 +0000 UTC m=+30.385769201 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a296c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a819a700 item 64 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a29d00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a29d00): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a29d00): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a29d00): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a29d00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.909620435 +0000 UTC m=+30.387830363 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a29d00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5a280): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5a280): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5a280): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5a280): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5a280): _writeAt: size=3, off=2 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a819ac40 item 65 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5a280): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5a280): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.910136535 +0000 UTC m=+30.388346462 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5a280): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5a780): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5a780): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5a780): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5a780): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5a780): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.910136535 +0000 UTC m=+30.388346462 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5a780): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a819aee0 item 65 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5adc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5adc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5adc0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5adc0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5adc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.911418503 +0000 UTC m=+30.389628430 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5adc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5b240): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5b240): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a819b3b0 item 66 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5b240): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5b240): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5b240): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5b240): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5b240): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.911962955 +0000 UTC m=+30.390172882 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5b240): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5b780): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5b780): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5b780): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5b780): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5b780): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.911962955 +0000 UTC m=+30.390172882 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5b780): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a819b570 item 66 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5bdc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5bdc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5bdc0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5bdc0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5bdc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.913810936 +0000 UTC m=+30.392020873 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a5bdc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8c340): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8c340): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8c340): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8c340): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8c340): _writeAt: size=3, off=2 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a819b9d0 item 67 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8c340): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8c340): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.914345149 +0000 UTC m=+30.392555076 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8c340): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8c840): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8c840): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8c840): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8c840): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8c840): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.914345149 +0000 UTC m=+30.392555076 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8c840): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a819bc70 item 67 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8cec0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8cec0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8cec0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8cec0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8cec0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.915874772 +0000 UTC m=+30.394084698 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8cec0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8d3c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8d3c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8856770 item 68 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8d3c0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8d3c0): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8d3c0): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8d3c0): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8d3c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.916739535 +0000 UTC m=+30.394949462 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8d3c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8d900): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8d900): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8d900): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8d900): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8d900): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.916739535 +0000 UTC m=+30.394949462 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a8d900): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8856a80 item 68 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace040): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace040): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace040): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace040): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace040): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.918274698 +0000 UTC m=+30.396484626 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace040): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace4c0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace4c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace4c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace4c0): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace4c0): _writeAt: size=3, off=2 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8857180 item 69 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace4c0): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace4c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.918734132 +0000 UTC m=+30.396944059 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace4c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace9c0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace9c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace9c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace9c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace9c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.918734132 +0000 UTC m=+30.396944059 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8ace9c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8857340 item 69 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acf040): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acf040): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acf040): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acf040): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acf040): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.920524724 +0000 UTC m=+30.398734661 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acf040): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acf540): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acf540): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8857ab0 item 70 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acf540): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acf540): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acf540): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acf540): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acf540): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.92110782 +0000 UTC m=+30.399317747 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acf540): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acfa80): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acfa80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acfa80): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acfa80): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acfa80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.92110782 +0000 UTC m=+30.399317747 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8acfa80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8857ce0 item 70 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4200): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4200): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4200): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4200): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4200): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.922947434 +0000 UTC m=+30.401157361 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4200): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4700): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4700): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4700): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4700): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4700): _writeAt: size=3, off=2 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9e2a0 item 71 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4700): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4700): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.923491747 +0000 UTC m=+30.401701674 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4700): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4c00): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4c00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4c00): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4c00): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4c00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.923491747 +0000 UTC m=+30.401701674 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af4c00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9e540 item 71 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5280): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5280): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5280): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5280): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5280): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.925238467 +0000 UTC m=+30.403448394 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5280): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5780): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5780): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9e930 item 72 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5780): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5780): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5780): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5780): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5780): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.925997864 +0000 UTC m=+30.404207790 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5780): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5cc0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5cc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5cc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5cc0): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5cc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.925997864 +0000 UTC m=+30.404207790 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8af5cc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9eaf0 item 72 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b0e380): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b0e380): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b0e380): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b0e380): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b0e380): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b0e380): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b0e380): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.927602617 +0000 UTC m=+30.405812544 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b0e380): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5380): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5380): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5380): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e43570 item 73 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5380): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5380): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.928143212 +0000 UTC m=+30.406353139 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5380): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5840): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5840): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5840): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5840): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5840): _writeAt: size=3, off=2 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e43730 item 73 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5840): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5840): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.928654603 +0000 UTC m=+30.406864530 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5840): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5d80): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5d80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5d80): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5d80): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5d80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.928654603 +0000 UTC m=+30.406864530 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88e5d80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e438f0 item 73 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89584c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89584c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89584c0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89584c0): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89584c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89584c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89584c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.929912645 +0000 UTC m=+30.408122572 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89584c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89589c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89589c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89589c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e43c70 item 74 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89589c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89589c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.930352842 +0000 UTC m=+30.408562769 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89589c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8958f00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8958f00): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a846c0e0 item 74 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8958f00): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8958f00): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8958f00): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8958f00): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8958f00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.930845537 +0000 UTC m=+30.409055465 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8958f00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8959480): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8959480): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8959480): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8959480): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8959480): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.930845537 +0000 UTC m=+30.409055465 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8959480): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a846c460 item 74 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8959ac0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8959ac0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8959ac0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8959ac0): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8959ac0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8959ac0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8959ac0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.932021466 +0000 UTC m=+30.410231393 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8959ac0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b960c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b960c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b960c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a846c9a0 item 75 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b960c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b960c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.932966541 +0000 UTC m=+30.411176468 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b960c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b96600): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b96600): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b96600): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b96600): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b96600): _writeAt: size=3, off=2 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a846cc40 item 75 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b96600): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b96600): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.933432787 +0000 UTC m=+30.411642713 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b96600): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b96b40): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b96b40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b96b40): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b96b40): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b96b40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.933432787 +0000 UTC m=+30.411642713 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b96b40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a846cf50 item 75 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97180): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97180): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97180): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97180): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97180): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97180): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97180): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.934583057 +0000 UTC m=+30.412792984 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97180): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97680): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97680): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97680): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a846de30 item 76 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97680): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97680): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.937549498 +0000 UTC m=+30.415759426 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97680): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97bc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97bc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a2150 item 76 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97bc0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97bc0): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97bc0): _writeAt: size=3, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97bc0): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97bc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.938403552 +0000 UTC m=+30.416613479 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8b97bc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4240): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4240): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4240): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4240): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4240): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.938403552 +0000 UTC m=+30.416613479 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4240): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a2540 item 76 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4880): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4880): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4880): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4880): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4880): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4880): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4880): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.939539966 +0000 UTC m=+30.417749894 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4880): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4d80): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4d80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4d80): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a2930 item 77 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4d80): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4d80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.939928286 +0000 UTC m=+30.418138213 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb4d80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb5480): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb5480): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb5480): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb5480): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb5480): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.939928286 +0000 UTC m=+30.418138213 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb5480): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a2b60 item 77 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb5ac0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb5ac0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb5ac0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb5ac0): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb5ac0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb5ac0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb5ac0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.941121737 +0000 UTC m=+30.419331664 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bb5ac0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf20c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf20c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf20c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a3340 item 78 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf20c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf20c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.941468359 +0000 UTC m=+30.419678285 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf20c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf27c0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf27c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf27c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf27c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf27c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.941468359 +0000 UTC m=+30.419678285 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf27c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a3570 item 78 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf2e00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf2e00): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf2e00): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf2e00): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf2e00): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf2e00): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf2e00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.942753582 +0000 UTC m=+30.420963509 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf2e00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf3300): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf3300): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf3300): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a3c70 item 79 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf3300): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf3300): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.943368396 +0000 UTC m=+30.421578323 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf3300): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf3a00): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf3a00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf3a00): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf3a00): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf3a00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.943368396 +0000 UTC m=+30.421578323 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8bf3a00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8590000 item 79 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16140): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16140): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16140): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16140): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16140): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16140): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16140): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.947061272 +0000 UTC m=+30.425271199 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16140): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16640): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16640): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16640): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8590d20 item 80 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16640): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16640): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.947472744 +0000 UTC m=+30.425682672 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16640): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16d40): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16d40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16d40): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16d40): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16d40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.947472744 +0000 UTC m=+30.425682672 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8c16d40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a85910a0 item 80 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d453c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d453c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d453c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d453c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d453c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.949530139 +0000 UTC m=+30.427740065 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d453c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d45840): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d45840): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d45840): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d45840): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d45840): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d45840): _writeAt: size=3, off=7 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84c2b60 item 81 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d45840): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d45840): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.950992645 +0000 UTC m=+30.429202572 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d45840): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d45d80): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d45d80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d45d80): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d45d80): >_readAt: n=8, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d45d80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.950992645 +0000 UTC m=+30.429202572 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d45d80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84c2ee0 item 81 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1a500): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1a500): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1a500): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1a500): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1a500): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.955454675 +0000 UTC m=+30.433664602 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1a500): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1aa00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1aa00): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1aa00): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84c3960 item 82 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1aa00): _readAt: size=2, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1aa00): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1aa00): _writeAt: size=3, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1aa00): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1aa00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.956105116 +0000 UTC m=+30.434315044 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1aa00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1af80): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1af80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1af80): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1af80): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1af80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.956105116 +0000 UTC m=+30.434315044 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1af80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84c3dc0 item 82 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1b600): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1b600): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1b600): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1b600): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1b600): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.95759239 +0000 UTC m=+30.435802317 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1b600): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1bb00): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1bb00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1bb00): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1bb00): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1bb00): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1bb00): _writeAt: size=3, off=7 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8eac2a0 item 83 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1bb00): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1bb00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.958307393 +0000 UTC m=+30.436517320 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d1bb00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88140): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88140): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88140): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88140): >_readAt: n=8, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88140): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.958307393 +0000 UTC m=+30.436517320 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88140): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8eac690 item 83 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d887c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d887c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d887c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d887c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d887c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.959637 +0000 UTC m=+30.437846926 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d887c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88cc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88cc0): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88cc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8eaca80 item 84 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88cc0): _readAt: size=2, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88cc0): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88cc0): _writeAt: size=3, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88cc0): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88cc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.960339589 +0000 UTC m=+30.438549516 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88cc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d89240): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d89240): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d89240): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d89240): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d89240): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.960339589 +0000 UTC m=+30.438549516 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d89240): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8eacc40 item 84 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d898c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d898c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d898c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d898c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d898c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.961496182 +0000 UTC m=+30.439706109 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d898c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d89dc0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d89dc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d89dc0): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d89dc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d89dc0): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d89dc0): _writeAt: size=3, off=7 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8ead110 item 85 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d89dc0): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d89dc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.96323687 +0000 UTC m=+30.441446797 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d89dc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2040): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2040): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2040): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2040): >_readAt: n=8, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2040): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.96323687 +0000 UTC m=+30.441446797 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2040): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8ead2d0 item 85 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb26c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb26c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb26c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb26c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb26c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.966496992 +0000 UTC m=+30.444706920 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb26c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2bc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2bc0): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2bc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8590af0 item 86 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2bc0): _readAt: size=2, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2bc0): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2bc0): _writeAt: size=3, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2bc0): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2bc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.967024765 +0000 UTC m=+30.445234692 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb2bc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3140): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3140): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3140): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3140): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3140): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.967024765 +0000 UTC m=+30.445234692 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3140): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8590fc0 item 86 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb37c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb37c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb37c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb37c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb37c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.968248413 +0000 UTC m=+30.446458339 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb37c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3cc0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3cc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3cc0): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3cc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3cc0): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3cc0): _writeAt: size=3, off=7 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8591570 item 87 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3cc0): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3cc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.969199919 +0000 UTC m=+30.447409846 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8cb3cc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db06c0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db06c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db06c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db06c0): >_readAt: n=8, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db06c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.969199919 +0000 UTC m=+30.447409846 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db06c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8591810 item 87 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db0d40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db0d40): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db0d40): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db0d40): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db0d40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.970347013 +0000 UTC m=+30.448557011 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db0d40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db1240): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db1240): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db1240): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9e230 item 88 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db1240): _readAt: size=2, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db1240): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db1240): _writeAt: size=3, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db1240): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db1240): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.970768666 +0000 UTC m=+30.448978592 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db1240): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db17c0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db17c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db17c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db17c0): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db17c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.970768666 +0000 UTC m=+30.448978592 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db17c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9e4d0 item 88 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db1e00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db1e00): open at offset 0 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db1e00): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db1e00): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db1e00): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db1e00): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db1e00): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db1e00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.972223698 +0000 UTC m=+30.450433625 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8db1e00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83fed80): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83fed80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83fed80): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9e8c0 item 89 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83fed80): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83fed80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.972617688 +0000 UTC m=+30.450827615 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83fed80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83ff7c0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83ff7c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83ff7c0): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83ff7c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83ff7c0): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83ff7c0): _writeAt: size=3, off=7 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9ea80 item 89 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83ff7c0): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83ff7c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.973097308 +0000 UTC m=+30.451307236 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a83ff7c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a4a80): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a4a80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a4a80): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a4a80): >_readAt: n=8, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a4a80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.973097308 +0000 UTC m=+30.451307236 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a4a80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9ec40 item 89 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5280): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5280): open at offset 0 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5280): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5280): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5280): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5280): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5280): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5280): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.974309155 +0000 UTC m=+30.452519081 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5280): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5dc0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5dc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5dc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9f110 item 90 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5dc0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5dc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.974701261 +0000 UTC m=+30.452911188 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a85a5dc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e8fc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e8fc0): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e8fc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9f340 item 90 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e8fc0): _readAt: size=2, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e8fc0): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e8fc0): _writeAt: size=3, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e8fc0): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e8fc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.975200189 +0000 UTC m=+30.453410115 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e8fc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e9800): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e9800): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e9800): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e9800): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e9800): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.975200189 +0000 UTC m=+30.453410115 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a81e9800): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9f500 item 90 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c2c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c2c0): open at offset 0 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c2c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c2c0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c2c0): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c2c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c2c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c2c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.976331824 +0000 UTC m=+30.454541751 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c2c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c880): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c880): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c880): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9f9d0 item 91 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c880): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c880): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.976985351 +0000 UTC m=+30.455195278 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899c880): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899cdc0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899cdc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899cdc0): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899cdc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899cdc0): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899cdc0): _writeAt: size=3, off=7 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9fc00 item 91 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899cdc0): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899cdc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.977488516 +0000 UTC m=+30.455698443 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899cdc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d340): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d340): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d340): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d340): >_readAt: n=8, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d340): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.977488516 +0000 UTC m=+30.455698443 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899d340): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9fdc0 item 91 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899da00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899da00): open at offset 0 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899da00): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899da00): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899da00): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899da00): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899da00): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899da00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.979411797 +0000 UTC m=+30.457621725 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a899da00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c040): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c040): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c040): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8eac2a0 item 92 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c040): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c040): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.980172967 +0000 UTC m=+30.458382894 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c040): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88fe9c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88fe9c0): open at offset 5 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88fe9c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899e1c0 item 92 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88fe9c0): _readAt: size=2, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88fe9c0): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88fe9c0): _writeAt: size=3, off=5 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88fe9c0): >_writeAt: n=3, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88fe9c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.981062248 +0000 UTC m=+30.459272175 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88fe9c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ff040): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ff040): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ff040): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ff040): >_readAt: n=3, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ff040): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.981062248 +0000 UTC m=+30.459272175 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ff040): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899e620 item 92 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ffcc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ffcc0): open at offset 0 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ffcc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ffcc0): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ffcc0): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ffcc0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ffcc0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ffcc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.982475071 +0000 UTC m=+30.460684998 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a88ffcc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871e3c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871e3c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871e3c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899ea10 item 93 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871e3c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871e3c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.982841219 +0000 UTC m=+30.461051145 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871e3c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871eac0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871eac0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871eac0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871eac0): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871eac0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.982841219 +0000 UTC m=+30.461051145 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871eac0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899ebd0 item 93 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f540): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f540): open at offset 0 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f540): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f540): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f540): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f540): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f540): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f540): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.98401354 +0000 UTC m=+30.462223487 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871f540): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871fa80): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871fa80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871fa80): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899f490 item 94 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871fa80): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871fa80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.984394255 +0000 UTC m=+30.462604182 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a871fa80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916500): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916500): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916500): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916500): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916500): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.984394255 +0000 UTC m=+30.462604182 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916500): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899f650 item 94 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916b80): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916b80): open at offset 0 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916b80): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916b80): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916b80): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916b80): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916b80): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916b80): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.986066455 +0000 UTC m=+30.464276382 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8916b80): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89170c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89170c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89170c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899fd50 item 95 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89170c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89170c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.986401826 +0000 UTC m=+30.464611752 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89170c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89177c0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89177c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89177c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89177c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89177c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.986401826 +0000 UTC m=+30.464611752 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a89177c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84b8150 item 95 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917e00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917e00): open at offset 0 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917e00): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917e00): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917e00): >_readAt: n=0, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917e00): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917e00): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917e00): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.987642836 +0000 UTC m=+30.465852763 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8917e00): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88440): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88440): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88440): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84b8540 item 96 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88440): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88440): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.988394828 +0000 UTC m=+30.466604755 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88440): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88b40): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88b40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88b40): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88b40): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88b40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.988394828 +0000 UTC m=+30.466604755 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8d88b40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84b8700 item 96 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= 2026/07/09 03:15:02 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:02 DEBUG : Looking for writers 2026/07/09 03:15:02 DEBUG : >WaitForWriters: 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:02 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:02 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/07/09 03:15:02 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c8c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c8c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c8c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c8c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c8c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.993898184 +0000 UTC m=+30.472108110 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6c8c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6cd40): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6cd40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6cd40): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6cd40): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6cd40): _writeAt: size=3, off=2 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6cd40): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6cd40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.993898184 +0000 UTC m=+30.472108110 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6cd40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d200): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d200): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d200): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d200): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d200): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.993898184 +0000 UTC m=+30.472108110 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d200): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8ead8f0 item 1 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d8c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d8c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d8c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d8c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d8c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.995478692 +0000 UTC m=+30.473688619 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6d8c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6ddc0): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6ddc0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6ddc0): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6ddc0): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6ddc0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.995478692 +0000 UTC m=+30.473688619 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8a6ddc0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88d4000 item 2 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778500): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778500): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778500): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778500): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778500): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.996561576 +0000 UTC m=+30.474771503 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778500): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778980): _readAt: size=2, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778980): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778980): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778980): >_readAt: n=2, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778980): _writeAt: size=3, off=2 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778980): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778980): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.996561576 +0000 UTC m=+30.474771503 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778980): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778e40): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778e40): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778e40): >openPending: err= 2026/07/09 03:15:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778e40): >_readAt: n=5, err=EOF 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778e40): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.996561576 +0000 UTC m=+30.474771503 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8778e40): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: Remove: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88d4700 item 3 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87794c0): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87794c0): >openPending: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87794c0): _writeAt: size=5, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87794c0): >_writeAt: n=5, err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87794c0): close: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.999305118 +0000 UTC m=+30.477515055 2026/07/09 03:15:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a87794c0): >close: err= 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:02 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8779a00): _readAt: size=512, off=0 2026/07/09 03:15:02 DEBUG : open-test-file(0x13d8a8779a00): openPending: 2026/07/09 03:15:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8779a00): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8779a00): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8779a00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:02.999305118 +0000 UTC m=+30.477515055 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8779a00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88d5030 item 4 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8784140): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8784140): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8784140): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8784140): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8784140): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.001076556 +0000 UTC m=+30.479286483 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8784140): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87845c0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87845c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87845c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87845c0): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87845c0): _writeAt: size=3, off=2 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87845c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87845c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.001076556 +0000 UTC m=+30.479286483 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87845c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8784a80): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8784a80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8784a80): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8784a80): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8784a80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.001076556 +0000 UTC m=+30.479286483 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8784a80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88d5650 item 5 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8785100): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8785100): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8785100): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8785100): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8785100): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.003239718 +0000 UTC m=+30.481449645 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8785100): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8785640): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8785640): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8785640): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8785640): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8785640): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.003239718 +0000 UTC m=+30.481449645 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8785640): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868c150 item 6 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8785cc0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8785cc0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8785cc0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8785cc0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8785cc0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.004793727 +0000 UTC m=+30.483003653 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8785cc0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879e2c0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879e2c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879e2c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879e2c0): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879e2c0): _writeAt: size=3, off=2 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879e2c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879e2c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.004793727 +0000 UTC m=+30.483003653 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879e2c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879e780): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879e780): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879e780): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879e780): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879e780): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.004793727 +0000 UTC m=+30.483003653 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879e780): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868c690 item 7 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879ee00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879ee00): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879ee00): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879ee00): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879ee00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.006501174 +0000 UTC m=+30.484711100 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879ee00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d894c0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d894c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d894c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d894c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d894c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.006501174 +0000 UTC m=+30.484711100 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d894c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a810f2d0 item 8 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d89ac0): _readAt: size=2, off=0 2026/07/09 03:15:03 ERROR : open-test-file(0x13d8a8d89ac0): Couldn't read size of file 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d89ac0): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d89ac0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d89ac0): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d89ac0): close: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d89ac0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622380): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622380): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622380): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622380): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622380): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.008070902 +0000 UTC m=+30.486280829 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622380): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622800): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622800): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622800): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622800): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622800): _writeAt: size=3, off=2 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622800): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622800): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.008070902 +0000 UTC m=+30.486280829 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622800): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622d00): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622d00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622d00): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622d00): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622d00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.008070902 +0000 UTC m=+30.486280829 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8622d00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a810f960 item 9 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8623380): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8623380): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8623380): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8623380): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8623380): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.01041283 +0000 UTC m=+30.488622757 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8623380): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86238c0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86238c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86238c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86238c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86238c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.01041283 +0000 UTC m=+30.488622757 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86238c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868abd0 item 10 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8838000): _readAt: size=2, off=0 2026/07/09 03:15:03 ERROR : open-test-file(0x13d8a8838000): Couldn't read size of file 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8838000): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8838000): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8838000): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8838000): close: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8838000): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88383c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88383c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88383c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88383c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88383c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.011852874 +0000 UTC m=+30.490062801 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88383c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88388c0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88388c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88388c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88388c0): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88388c0): _writeAt: size=3, off=2 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88388c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88388c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.011852874 +0000 UTC m=+30.490062801 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88388c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8838dc0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8838dc0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8838dc0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8838dc0): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8838dc0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.011852874 +0000 UTC m=+30.490062801 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8838dc0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868b9d0 item 11 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8839440): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8839440): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8839440): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8839440): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8839440): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.013577674 +0000 UTC m=+30.491787601 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8839440): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8839980): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8839980): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8839980): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8839980): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8839980): close: 2026/07/09 03:15:03 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-hibugiw4yafa/dir/file1: no such file or directory 2026/07/09 03:15:03 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-hibugiw4yafa/dir/file1: no such file or directory 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.013577674 +0000 UTC m=+30.491787601 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8839980): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4c1c0 item 12 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d60c0): _readAt: size=2, off=0 2026/07/09 03:15:03 ERROR : open-test-file(0x13d8a88d60c0): Couldn't read size of file 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d60c0): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d60c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d60c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d60c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d60c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d6480): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d6480): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d6480): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d6480): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d6480): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.015074374 +0000 UTC m=+30.493284331 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d6480): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d6b40): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d6b40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d6b40): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d6b40): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d6b40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.015074374 +0000 UTC m=+30.493284331 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d6b40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4c540 item 13 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d71c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d71c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d71c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d71c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d71c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.016178047 +0000 UTC m=+30.494387974 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d71c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d7700): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d7700): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d7700): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d7700): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d7700): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.016178047 +0000 UTC m=+30.494387974 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d7700): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4c8c0 item 14 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d7d40): _readAt: size=2, off=0 2026/07/09 03:15:03 ERROR : open-test-file(0x13d8a88d7d40): Couldn't read size of file 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d7d40): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d7d40): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d7d40): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d7d40): close: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88d7d40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894c200): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894c200): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894c200): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894c200): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894c200): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.017408899 +0000 UTC m=+30.495618825 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894c200): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894c8c0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894c8c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894c8c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894c8c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894c8c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.017408899 +0000 UTC m=+30.495618825 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894c8c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4cd90 item 15 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894cf40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894cf40): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894cf40): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894cf40): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894cf40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.018811082 +0000 UTC m=+30.497021119 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894cf40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894d480): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894d480): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894d480): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894d480): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894d480): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.018811082 +0000 UTC m=+30.497021119 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894d480): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4d110 item 16 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894dac0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894dac0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894dac0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894dac0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894dac0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.020014472 +0000 UTC m=+30.498224399 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a894dac0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978040): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978040): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978040): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978040): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978040): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978040): _writeAt: size=3, off=7 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978040): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978040): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.020014472 +0000 UTC m=+30.498224399 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978040): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978540): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978540): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978540): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978540): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978540): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.020014472 +0000 UTC m=+30.498224399 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978540): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4d570 item 17 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978bc0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978bc0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978bc0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978bc0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978bc0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.022068129 +0000 UTC m=+30.500278055 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8978bc0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979100): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979100): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979100): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979100): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979100): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.022068129 +0000 UTC m=+30.500278055 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979100): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4dc70 item 18 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979780): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979780): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979780): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979780): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979780): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.023739398 +0000 UTC m=+30.501949325 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979780): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979c80): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979c80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979c80): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979c80): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979c80): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979c80): _writeAt: size=3, off=7 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979c80): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979c80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.023739398 +0000 UTC m=+30.501949325 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8979c80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ae280): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ae280): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ae280): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ae280): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ae280): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.023739398 +0000 UTC m=+30.501949325 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ae280): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3c2a0 item 19 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ae900): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ae900): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ae900): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ae900): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ae900): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.026564774 +0000 UTC m=+30.504774701 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ae900): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89aee40): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89aee40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89aee40): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89aee40): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89aee40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.026564774 +0000 UTC m=+30.504774701 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89aee40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3c770 item 20 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89af4c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89af4c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89af4c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89af4c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89af4c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.028143288 +0000 UTC m=+30.506353216 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89af4c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89af9c0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89af9c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89af9c0): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89af9c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89af9c0): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89af9c0): _writeAt: size=3, off=7 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89af9c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89af9c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.028143288 +0000 UTC m=+30.506353216 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89af9c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89afec0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89afec0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89afec0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89afec0): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89afec0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.028143288 +0000 UTC m=+30.506353216 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89afec0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3cbd0 item 21 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c6640): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c6640): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c6640): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c6640): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c6640): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.029939211 +0000 UTC m=+30.508149138 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c6640): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c6b80): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c6b80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c6b80): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c6b80): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c6b80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.029939211 +0000 UTC m=+30.508149138 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c6b80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3d180 item 22 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7200): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7200): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7200): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7200): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7200): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.031944126 +0000 UTC m=+30.510154053 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7200): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7700): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7700): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7700): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7700): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7700): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7700): _writeAt: size=3, off=7 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7700): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7700): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.031944126 +0000 UTC m=+30.510154053 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7700): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879f300): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879f300): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879f300): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879f300): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879f300): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.031944126 +0000 UTC m=+30.510154053 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879f300): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3d500 item 23 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879f980): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879f980): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879f980): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879f980): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879f980): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.033667604 +0000 UTC m=+30.511877531 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879f980): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879fec0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879fec0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879fec0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879fec0): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879fec0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.033667604 +0000 UTC m=+30.511877531 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a879fec0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868d0a0 item 24 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7a00): _readAt: size=2, off=0 2026/07/09 03:15:03 ERROR : open-test-file(0x13d8a89c7a00): Couldn't read size of file 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7a00): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7a00): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7a00): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7a00): close: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7a00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7dc0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7dc0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7dc0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7dc0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7dc0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.034989205 +0000 UTC m=+30.513199133 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89c7dc0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ea3c0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ea3c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ea3c0): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ea3c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ea3c0): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ea3c0): _writeAt: size=3, off=7 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ea3c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ea3c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.034989205 +0000 UTC m=+30.513199133 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ea3c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ea900): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ea900): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ea900): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ea900): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ea900): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.034989205 +0000 UTC m=+30.513199133 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ea900): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3d7a0 item 25 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89eaf80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89eaf80): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89eaf80): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89eaf80): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89eaf80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.037551949 +0000 UTC m=+30.515761876 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89eaf80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89eb4c0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89eb4c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89eb4c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89eb4c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89eb4c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.037551949 +0000 UTC m=+30.515761876 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89eb4c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3dc70 item 26 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ebb00): _readAt: size=2, off=0 2026/07/09 03:15:03 ERROR : open-test-file(0x13d8a89ebb00): Couldn't read size of file 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ebb00): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ebb00): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ebb00): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ebb00): close: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ebb00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ebec0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ebec0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ebec0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ebec0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ebec0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.038889941 +0000 UTC m=+30.517099868 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89ebec0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0c4c0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0c4c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0c4c0): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0c4c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0c4c0): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0c4c0): _writeAt: size=3, off=7 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0c4c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0c4c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.038889941 +0000 UTC m=+30.517099868 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0c4c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0ca00): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0ca00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0ca00): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0ca00): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0ca00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.038889941 +0000 UTC m=+30.517099868 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0ca00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8598930 item 27 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0d080): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0d080): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0d080): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0d080): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0d080): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.040642744 +0000 UTC m=+30.518852671 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0d080): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0d5c0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0d5c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0d5c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0d5c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0d5c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.040642744 +0000 UTC m=+30.518852671 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0d5c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b560e0 item 28 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0dc00): _readAt: size=2, off=0 2026/07/09 03:15:03 ERROR : open-test-file(0x13d8a8a0dc00): Couldn't read size of file 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0dc00): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0dc00): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0dc00): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0dc00): close: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a0dc00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a460c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a460c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a460c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a460c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a460c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.042160093 +0000 UTC m=+30.520370020 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a460c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a46780): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a46780): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a46780): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a46780): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a46780): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.042160093 +0000 UTC m=+30.520370020 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a46780): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b56540 item 29 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a46e00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a46e00): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a46e00): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a46e00): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a46e00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.043626637 +0000 UTC m=+30.521836564 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a46e00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a47340): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a47340): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a47340): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a47340): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a47340): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.043626637 +0000 UTC m=+30.521836564 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a47340): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b568c0 item 30 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a47980): _readAt: size=2, off=0 2026/07/09 03:15:03 ERROR : open-test-file(0x13d8a8a47980): Couldn't read size of file 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a47980): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a47980): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a47980): >_writeAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a47980): close: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a47980): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a47d40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a47d40): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a47d40): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a47d40): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a47d40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.045732682 +0000 UTC m=+30.523942610 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a47d40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a80500): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a80500): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a80500): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a80500): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a80500): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.045732682 +0000 UTC m=+30.523942610 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a80500): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b56ee0 item 31 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a80b80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a80b80): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a80b80): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a80b80): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a80b80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.047693145 +0000 UTC m=+30.525903072 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a80b80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a810c0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a810c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a810c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a810c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a810c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.047693145 +0000 UTC m=+30.525903072 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a810c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b57340 item 32 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a81700): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a81700): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a81700): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a81700): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a81700): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.049054451 +0000 UTC m=+30.527264377 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a81700): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a81b80): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a81b80): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a81b80): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a81b80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a81b80): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b577a0 item 33 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a81b80): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a81b80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.049666841 +0000 UTC m=+30.527876768 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a81b80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa6180): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa6180): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa6180): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa6180): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa6180): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.049666841 +0000 UTC m=+30.527876768 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa6180): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b57960 item 33 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa67c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa67c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa67c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa67c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa67c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.051199891 +0000 UTC m=+30.529409818 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa67c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa6c40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa6c40): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84da2a0 item 34 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa6c40): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa6c40): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa6c40): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa6c40): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa6c40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.05169505 +0000 UTC m=+30.529904977 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa6c40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa7180): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa7180): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa7180): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa7180): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa7180): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.05169505 +0000 UTC m=+30.529904977 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa7180): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84da5b0 item 34 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa77c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa77c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa77c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa77c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa77c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.053006823 +0000 UTC m=+30.531216750 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa77c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa7c40): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa7c40): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa7c40): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa7c40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa7c40): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84dae00 item 35 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa7c40): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa7c40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.053447301 +0000 UTC m=+30.531657227 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aa7c40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aec240): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aec240): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aec240): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aec240): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aec240): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.053447301 +0000 UTC m=+30.531657227 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aec240): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84db2d0 item 35 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aec8c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aec8c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aec8c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aec8c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aec8c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.054830959 +0000 UTC m=+30.533040887 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aec8c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aecdc0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aecdc0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84db7a0 item 36 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aecdc0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aecdc0): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aecdc0): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aecdc0): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aecdc0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.055412892 +0000 UTC m=+30.533622819 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aecdc0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aed300): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aed300): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aed300): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aed300): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aed300): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.055412892 +0000 UTC m=+30.533622819 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aed300): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84dbab0 item 36 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aed940): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aed940): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aed940): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aed940): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aed940): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.057001034 +0000 UTC m=+30.535210962 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aed940): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aeddc0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aeddc0): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aeddc0): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aeddc0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aeddc0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84ae700 item 37 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aeddc0): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aeddc0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.057703214 +0000 UTC m=+30.535913140 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8aeddc0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b063c0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b063c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b063c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b063c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b063c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.057703214 +0000 UTC m=+30.535913140 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b063c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84aea10 item 37 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b06a40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b06a40): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b06a40): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b06a40): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b06a40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.059152175 +0000 UTC m=+30.537362102 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b06a40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b06f40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b06f40): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84af0a0 item 38 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b06f40): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b06f40): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b06f40): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b06f40): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b06f40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.059686268 +0000 UTC m=+30.537896195 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b06f40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b07480): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b07480): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b07480): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b07480): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b07480): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.059686268 +0000 UTC m=+30.537896195 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b07480): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84af340 item 38 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b07b00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b07b00): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b07b00): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b07b00): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b07b00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.060892804 +0000 UTC m=+30.539102730 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b07b00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2e100): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2e100): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2e100): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2e100): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2e100): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84af810 item 39 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2e100): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2e100): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.061500124 +0000 UTC m=+30.539710052 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2e100): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2e600): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2e600): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2e600): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2e600): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2e600): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.061500124 +0000 UTC m=+30.539710052 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2e600): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84af9d0 item 39 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2ec80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2ec80): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2ec80): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2ec80): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2ec80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.062757997 +0000 UTC m=+30.540967924 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2ec80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2f180): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2f180): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84afe30 item 40 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2f180): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2f180): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2f180): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2f180): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2f180): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.063446049 +0000 UTC m=+30.541655977 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2f180): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2f6c0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2f6c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2f6c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2f6c0): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2f6c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.063446049 +0000 UTC m=+30.541655977 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2f6c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a819a310 item 40 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2fc80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2fc80): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2fc80): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2fc80): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2fc80): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2fc80): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2fc80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.06477261 +0000 UTC m=+30.542982537 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b2fc80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64280): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64280): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64280): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a819a770 item 41 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64280): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64280): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.065605625 +0000 UTC m=+30.543815552 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64280): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64740): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64740): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64740): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64740): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64740): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a819aa80 item 41 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64740): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64740): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.066178841 +0000 UTC m=+30.544388768 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64740): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64c80): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64c80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64c80): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64c80): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64c80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.066178841 +0000 UTC m=+30.544388768 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b64c80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a819acb0 item 41 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b652c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b652c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b652c0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b652c0): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b652c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b652c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b652c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.067299697 +0000 UTC m=+30.545509624 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b652c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b657c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b657c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b657c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a819b260 item 42 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b657c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b657c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.067734964 +0000 UTC m=+30.545944891 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b657c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b65d00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b65d00): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a819b420 item 42 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b65d00): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b65d00): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b65d00): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b65d00): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b65d00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.06837722 +0000 UTC m=+30.546587146 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b65d00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9a380): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9a380): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9a380): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9a380): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9a380): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.06837722 +0000 UTC m=+30.546587146 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9a380): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a819b650 item 42 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9a9c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9a9c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9a9c0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9a9c0): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9a9c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9a9c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9a9c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.069401744 +0000 UTC m=+30.547611671 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9a9c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9aec0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9aec0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9aec0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a819bab0 item 43 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9aec0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9aec0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.069845027 +0000 UTC m=+30.548055004 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9aec0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9b400): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9b400): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9b400): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9b400): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9b400): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a819bd50 item 43 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9b400): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9b400): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.070268682 +0000 UTC m=+30.548478609 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9b400): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9b940): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9b940): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9b940): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9b940): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9b940): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.070268682 +0000 UTC m=+30.548478609 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8b9b940): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8856150 item 43 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6080): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6080): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6080): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6080): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6080): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6080): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6080): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.071366684 +0000 UTC m=+30.549576622 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6080): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6580): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6580): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6580): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8856af0 item 44 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6580): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6580): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.071749984 +0000 UTC m=+30.549959911 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6580): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6ac0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6ac0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8856e70 item 44 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6ac0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6ac0): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6ac0): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6ac0): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6ac0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.072250093 +0000 UTC m=+30.550460031 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb6ac0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7040): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7040): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7040): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7040): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7040): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.072250093 +0000 UTC m=+30.550460031 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7040): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88571f0 item 44 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7680): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7680): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7680): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7680): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7680): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7680): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7680): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.073675461 +0000 UTC m=+30.551885388 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7680): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7b80): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7b80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7b80): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8857960 item 45 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7b80): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7b80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.074233368 +0000 UTC m=+30.552443295 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bb7b80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf0380): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf0380): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf0380): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf0380): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf0380): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.074233368 +0000 UTC m=+30.552443295 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf0380): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8857b20 item 45 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf09c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf09c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf09c0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf09c0): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf09c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf09c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf09c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.075732974 +0000 UTC m=+30.553942901 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf09c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf0ec0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf0ec0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf0ec0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e420e0 item 46 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf0ec0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf0ec0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.076165997 +0000 UTC m=+30.554375924 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf0ec0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf15c0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf15c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf15c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf15c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf15c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.076165997 +0000 UTC m=+30.554375924 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf15c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e422a0 item 46 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf1c00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf1c00): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf1c00): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf1c00): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf1c00): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf1c00): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf1c00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.077493141 +0000 UTC m=+30.555703078 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8bf1c00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2c200): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2c200): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2c200): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e42700 item 47 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2c200): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2c200): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.077958264 +0000 UTC m=+30.556168191 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2c200): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2c900): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2c900): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2c900): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2c900): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2c900): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.077958264 +0000 UTC m=+30.556168191 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2c900): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e428c0 item 47 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87be600): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87be600): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87be600): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87be600): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87be600): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87be600): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87be600): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.079307697 +0000 UTC m=+30.557517625 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87be600): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87beb00): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87beb00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87beb00): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868d500 item 48 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87beb00): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87beb00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.07974059 +0000 UTC m=+30.557950527 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87beb00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bf200): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bf200): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bf200): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bf200): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bf200): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.07974059 +0000 UTC m=+30.557950527 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bf200): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868d810 item 48 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bf840): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bf840): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bf840): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bf840): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bf840): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.080981903 +0000 UTC m=+30.559191830 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bf840): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bfcc0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bfcc0): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bfcc0): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bfcc0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bfcc0): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bfcc0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868db90 item 49 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bfcc0): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bfcc0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.081413784 +0000 UTC m=+30.559623710 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87bfcc0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6300): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6300): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6300): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6300): >_readAt: n=8, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6300): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.081413784 +0000 UTC m=+30.559623710 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6300): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868ddc0 item 49 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6980): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6980): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6980): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6980): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6980): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.08272718 +0000 UTC m=+30.560937107 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6980): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6e80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6e80): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6e80): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a846c4d0 item 50 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6e80): _readAt: size=2, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6e80): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6e80): _writeAt: size=3, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6e80): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6e80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.083287062 +0000 UTC m=+30.561496999 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc6e80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc7400): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc7400): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc7400): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc7400): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc7400): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.083287062 +0000 UTC m=+30.561496999 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc7400): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a846c7e0 item 50 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc7a80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc7a80): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc7a80): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc7a80): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc7a80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.085152615 +0000 UTC m=+30.563362542 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8cc7a80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1e080): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1e080): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1e080): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1e080): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1e080): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1e080): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a846ccb0 item 51 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1e080): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1e080): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.085649228 +0000 UTC m=+30.563859156 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1e080): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1e5c0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1e5c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1e5c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1e5c0): >_readAt: n=8, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1e5c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.085649228 +0000 UTC m=+30.563859156 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1e5c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a846d0a0 item 51 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1ec40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1ec40): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1ec40): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1ec40): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1ec40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.086794128 +0000 UTC m=+30.565004054 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1ec40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1f140): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1f140): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1f140): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a2000 item 52 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1f140): _readAt: size=2, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1f140): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1f140): _writeAt: size=3, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1f140): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1f140): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.087328041 +0000 UTC m=+30.565537968 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1f140): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1f6c0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1f6c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1f6c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1f6c0): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1f6c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.087328041 +0000 UTC m=+30.565537968 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1f6c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a21c0 item 52 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1fd40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1fd40): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1fd40): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1fd40): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1fd40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.088406416 +0000 UTC m=+30.566616344 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d1fd40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42340): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42340): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42340): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42340): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42340): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42340): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a2770 item 53 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42340): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42340): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.088800577 +0000 UTC m=+30.567010503 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42340): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42880): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42880): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42880): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42880): >_readAt: n=8, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42880): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.088800577 +0000 UTC m=+30.567010503 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42880): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a29a0 item 53 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2d1c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2d1c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2d1c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2d1c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2d1c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.091443449 +0000 UTC m=+30.569653376 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2d1c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42dc0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42dc0): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42dc0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a2d90 item 54 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42dc0): _readAt: size=2, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42dc0): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42dc0): _writeAt: size=3, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42dc0): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42dc0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.092995675 +0000 UTC m=+30.571205612 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42dc0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2c540): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2c540): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2c540): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2c540): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2c540): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.092995675 +0000 UTC m=+30.571205612 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2c540): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a20e0 item 54 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2cbc0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2cbc0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2cbc0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2cbc0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2cbc0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.094456338 +0000 UTC m=+30.572666265 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2cbc0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2d780): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2d780): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2d780): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2d780): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2d780): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2d780): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a2690 item 55 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2d780): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2d780): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.094909839 +0000 UTC m=+30.573119767 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2d780): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2dcc0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2dcc0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2dcc0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2dcc0): >_readAt: n=8, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2dcc0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.094909839 +0000 UTC m=+30.573119767 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8c2dcc0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a2850 item 55 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42440): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42440): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42440): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42440): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42440): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.096393005 +0000 UTC m=+30.574602933 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42440): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42980): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42980): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42980): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a3340 item 56 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42980): _readAt: size=2, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42980): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42980): _writeAt: size=3, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42980): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42980): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.096962484 +0000 UTC m=+30.575172412 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d42980): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43240): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43240): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43240): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43240): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43240): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.096962484 +0000 UTC m=+30.575172412 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43240): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a3500 item 56 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43880): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43880): open at offset 0 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43880): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43880): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43880): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43880): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43880): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43880): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.09838158 +0000 UTC m=+30.576591507 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43880): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43dc0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43dc0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43dc0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a3a40 item 57 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43dc0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43dc0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.099479121 +0000 UTC m=+30.577689049 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d43dc0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a83fed40): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a83fed40): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a83fed40): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a83fed40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a83fed40): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a83fed40): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88a3ce0 item 57 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a83fed40): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a83fed40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.100018925 +0000 UTC m=+30.578228852 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a83fed40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a83ff7c0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a83ff7c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a83ff7c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a83ff7c0): >_readAt: n=8, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a83ff7c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.100018925 +0000 UTC m=+30.578228852 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a83ff7c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e420e0 item 57 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a4bc0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a4bc0): open at offset 0 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a4bc0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a4bc0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a4bc0): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a4bc0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a4bc0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a4bc0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.101420097 +0000 UTC m=+30.579630024 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a4bc0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a5240): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a5240): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a5240): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e42540 item 58 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a5240): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a5240): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.101860304 +0000 UTC m=+30.580070230 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a5240): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a5d80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a5d80): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a5d80): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e42700 item 58 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a5d80): _readAt: size=2, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a5d80): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a5d80): _writeAt: size=3, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a5d80): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a5d80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.10259858 +0000 UTC m=+30.580808507 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a85a5d80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a81e9000): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a81e9000): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a81e9000): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a81e9000): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a81e9000): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.10259858 +0000 UTC m=+30.580808507 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a81e9000): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e428c0 item 58 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a81e9840): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a81e9840): open at offset 0 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a81e9840): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a81e9840): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a81e9840): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a81e9840): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a81e9840): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a81e9840): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.104426082 +0000 UTC m=+30.582636008 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a81e9840): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899c200): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899c200): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899c200): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e42f50 item 59 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899c200): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899c200): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.104911383 +0000 UTC m=+30.583121311 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899c200): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899c7c0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899c7c0): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899c7c0): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899c7c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899c7c0): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899c7c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e431f0 item 59 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899c7c0): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899c7c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.105773373 +0000 UTC m=+30.583983299 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899c7c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899cd40): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899cd40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899cd40): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899cd40): >_readAt: n=8, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899cd40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.105773373 +0000 UTC m=+30.583983299 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899cd40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e43490 item 59 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899d380): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899d380): open at offset 0 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899d380): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899d380): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899d380): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899d380): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899d380): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899d380): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.107048457 +0000 UTC m=+30.585258384 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899d380): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899d940): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899d940): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899d940): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e43810 item 60 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899d940): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899d940): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.107489505 +0000 UTC m=+30.585699432 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899d940): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899de80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899de80): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899de80): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e439d0 item 60 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899de80): _readAt: size=2, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899de80): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899de80): _writeAt: size=3, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899de80): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899de80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.108073622 +0000 UTC m=+30.586283550 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a899de80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88fecc0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88fecc0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88fecc0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88fecc0): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88fecc0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.108073622 +0000 UTC m=+30.586283550 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88fecc0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8e43b90 item 60 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88ff7c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88ff7c0): open at offset 0 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88ff7c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88ff7c0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88ff7c0): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88ff7c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88ff7c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88ff7c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.109521621 +0000 UTC m=+30.587731548 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88ff7c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871e100): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871e100): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871e100): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a85a24d0 item 61 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871e100): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871e100): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.110021491 +0000 UTC m=+30.588231418 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871e100): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871e800): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871e800): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871e800): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871e800): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871e800): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.110021491 +0000 UTC m=+30.588231418 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871e800): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a85a28c0 item 61 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871f200): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871f200): open at offset 0 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871f200): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871f200): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871f200): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871f200): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871f200): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871f200): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.111379821 +0000 UTC m=+30.589589748 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871f200): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871f7c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871f7c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871f7c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a85a3180 item 62 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871f7c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871f7c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.111830628 +0000 UTC m=+30.590040554 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871f7c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871fec0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871fec0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871fec0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871fec0): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871fec0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.111830628 +0000 UTC m=+30.590040554 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a871fec0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a85a33b0 item 62 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89168c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89168c0): open at offset 0 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89168c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89168c0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89168c0): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89168c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89168c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89168c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.113288376 +0000 UTC m=+30.591498303 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89168c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8916e00): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8916e00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8916e00): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8590070 item 63 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8916e00): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8916e00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.113714326 +0000 UTC m=+30.591924252 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8916e00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8917500): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8917500): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8917500): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8917500): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8917500): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.113714326 +0000 UTC m=+30.591924252 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8917500): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8590310 item 63 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8917b40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8917b40): open at offset 0 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8917b40): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8917b40): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8917b40): >_readAt: n=0, err=Bad file descriptor 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8917b40): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8917b40): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8917b40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.115038774 +0000 UTC m=+30.593248700 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8917b40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6c180): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6c180): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6c180): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8591030 item 64 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6c180): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6c180): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.115536198 +0000 UTC m=+30.593746125 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6c180): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6c8c0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6c8c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6c8c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6c8c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6c8c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.115536198 +0000 UTC m=+30.593746125 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6c8c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a85912d0 item 64 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6cf00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6cf00): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6cf00): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6cf00): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6cf00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.116985059 +0000 UTC m=+30.595194986 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6cf00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6d380): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6d380): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6d380): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6d380): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6d380): _writeAt: size=3, off=2 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8591810 item 65 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6d380): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6d380): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.11749721 +0000 UTC m=+30.595707138 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6d380): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6d900): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6d900): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6d900): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6d900): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6d900): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.11749721 +0000 UTC m=+30.595707138 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a6d900): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8591e30 item 65 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8618040): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8618040): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8618040): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8618040): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8618040): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.118795789 +0000 UTC m=+30.597005716 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8618040): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86184c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86184c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9e4d0 item 66 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86184c0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86184c0): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86184c0): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86184c0): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86184c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.119359588 +0000 UTC m=+30.597569515 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86184c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8618a00): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8618a00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8618a00): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8618a00): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8618a00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.119359588 +0000 UTC m=+30.597569515 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8618a00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9e700 item 66 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8619040): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8619040): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8619040): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8619040): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8619040): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.120814941 +0000 UTC m=+30.599024868 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8619040): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86194c0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86194c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86194c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86194c0): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86194c0): _writeAt: size=3, off=2 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9ea80 item 67 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86194c0): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86194c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.12133581 +0000 UTC m=+30.599545737 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86194c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86199c0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86199c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86199c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86199c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86199c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.12133581 +0000 UTC m=+30.599545737 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86199c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9ec40 item 67 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2140): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2140): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2140): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2140): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2140): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.122795901 +0000 UTC m=+30.601005828 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2140): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2640): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2640): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9efc0 item 68 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2640): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2640): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2640): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2640): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2640): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.123403002 +0000 UTC m=+30.601612928 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2640): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2b80): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2b80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2b80): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2b80): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2b80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.123403002 +0000 UTC m=+30.601612928 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a2b80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9f2d0 item 68 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a31c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a31c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a31c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a31c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a31c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.124722209 +0000 UTC m=+30.602932136 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a31c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a3640): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a3640): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a3640): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a3640): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a3640): _writeAt: size=3, off=2 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9f650 item 69 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a3640): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a3640): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.125252255 +0000 UTC m=+30.603462182 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a3640): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a3b40): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a3b40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a3b40): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a3b40): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a3b40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.125252255 +0000 UTC m=+30.603462182 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86a3b40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9f880 item 69 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e22c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e22c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e22c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e22c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e22c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.126736392 +0000 UTC m=+30.604946319 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e22c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e27c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e27c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8f9fd50 item 70 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e27c0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e27c0): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e27c0): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e27c0): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e27c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.12739592 +0000 UTC m=+30.605605848 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e27c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e2d00): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e2d00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e2d00): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e2d00): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e2d00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.12739592 +0000 UTC m=+30.605605848 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e2d00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899e1c0 item 70 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3380): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3380): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3380): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3380): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3380): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.129122043 +0000 UTC m=+30.607331970 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3380): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3880): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3880): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3880): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3880): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3880): _writeAt: size=3, off=2 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899e7e0 item 71 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3880): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3880): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.12967988 +0000 UTC m=+30.607889807 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3880): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3d80): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3d80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3d80): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3d80): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3d80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.12967988 +0000 UTC m=+30.607889807 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86e3d80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899ea10 item 71 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4500): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4500): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4500): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4500): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4500): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.132038008 +0000 UTC m=+30.610247936 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4500): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4a00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4a00): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899ef50 item 72 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4a00): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4a00): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4a00): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4a00): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4a00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.132557033 +0000 UTC m=+30.610766960 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4a00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4f40): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4f40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4f40): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4f40): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4f40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.132557033 +0000 UTC m=+30.610766960 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f4f40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899f490 item 72 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5500): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5500): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5500): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5500): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5500): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5500): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5500): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.133872524 +0000 UTC m=+30.612082452 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5500): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5a00): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5a00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5a00): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899fb90 item 73 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5a00): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5a00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.134317921 +0000 UTC m=+30.612527848 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5a00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5ec0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5ec0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5ec0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5ec0): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5ec0): _writeAt: size=3, off=2 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a899fd50 item 73 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5ec0): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5ec0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.134881589 +0000 UTC m=+30.613091516 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a86f5ec0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8708500): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8708500): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8708500): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8708500): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8708500): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.134881589 +0000 UTC m=+30.613091516 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8708500): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84b8150 item 73 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8708b40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8708b40): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8708b40): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8708b40): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8708b40): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8708b40): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8708b40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.136066484 +0000 UTC m=+30.614276411 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8708b40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709040): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709040): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709040): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84b8540 item 74 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709040): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709040): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.136482095 +0000 UTC m=+30.614692022 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709040): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709580): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709580): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84b8700 item 74 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709580): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709580): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709580): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709580): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709580): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.137063086 +0000 UTC m=+30.615273013 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709580): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709b00): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709b00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709b00): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709b00): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709b00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.137063086 +0000 UTC m=+30.615273013 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8709b00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84b88c0 item 74 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778240): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778240): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778240): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778240): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778240): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778240): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778240): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.138488322 +0000 UTC m=+30.616698249 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778240): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778740): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778740): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778740): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84b9490 item 75 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778740): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778740): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.138905456 +0000 UTC m=+30.617115383 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778740): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778c80): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778c80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778c80): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778c80): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778c80): _writeAt: size=3, off=2 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84b9730 item 75 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778c80): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778c80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.139362725 +0000 UTC m=+30.617572652 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8778c80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87791c0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87791c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87791c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87791c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87791c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.139362725 +0000 UTC m=+30.617572652 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87791c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a84b9b20 item 75 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8779800): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8779800): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8779800): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8779800): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8779800): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8779800): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8779800): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.140547761 +0000 UTC m=+30.618757688 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8779800): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8779d00): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8779d00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8779d00): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8eac150 item 76 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8779d00): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8779d00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.140977918 +0000 UTC m=+30.619187846 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8779d00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878a340): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878a340): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8eac3f0 item 76 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878a340): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878a340): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878a340): _writeAt: size=3, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878a340): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878a340): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.141461156 +0000 UTC m=+30.619671083 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878a340): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878a8c0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878a8c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878a8c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878a8c0): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878a8c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.141461156 +0000 UTC m=+30.619671083 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878a8c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8eac930 item 76 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878af00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878af00): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878af00): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878af00): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878af00): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878af00): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878af00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.142552015 +0000 UTC m=+30.620761942 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878af00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878b400): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878b400): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878b400): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8eaccb0 item 77 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878b400): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878b400): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.142976342 +0000 UTC m=+30.621186269 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878b400): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878bb00): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878bb00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878bb00): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878bb00): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878bb00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.142976342 +0000 UTC m=+30.621186269 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a878bb00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8eacfc0 item 77 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6240): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6240): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6240): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6240): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6240): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6240): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6240): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.144608397 +0000 UTC m=+30.622818324 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6240): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6740): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6740): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6740): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8ead340 item 78 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6740): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6740): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.145060295 +0000 UTC m=+30.623270222 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6740): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6e40): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6e40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6e40): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6e40): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6e40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.145060295 +0000 UTC m=+30.623270222 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a6e40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8ead500 item 78 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a7480): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a7480): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a7480): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a7480): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a7480): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a7480): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a7480): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.146541748 +0000 UTC m=+30.624751675 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a7480): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a7980): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a7980): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a7980): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8ead880 item 79 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a7980): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a7980): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.146962368 +0000 UTC m=+30.625172294 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87a7980): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c0180): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c0180): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c0180): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c0180): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c0180): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.146962368 +0000 UTC m=+30.625172294 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c0180): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8eada40 item 79 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c07c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c07c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c07c0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c07c0): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c07c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c07c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c07c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.148221001 +0000 UTC m=+30.626430928 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c07c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c0cc0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c0cc0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c0cc0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88d4000 item 80 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c0cc0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c0cc0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.150455598 +0000 UTC m=+30.628665525 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c0cc0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c13c0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c13c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c13c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c13c0): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c13c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.150455598 +0000 UTC m=+30.628665525 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c13c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88d4540 item 80 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c1a00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c1a00): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c1a00): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c1a00): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c1a00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.152345347 +0000 UTC m=+30.630555274 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c1a00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c1e80): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c1e80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c1e80): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c1e80): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c1e80): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c1e80): _writeAt: size=3, off=7 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88d4930 item 81 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c1e80): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c1e80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.152947397 +0000 UTC m=+30.631157324 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a87c1e80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88224c0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88224c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88224c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88224c0): >_readAt: n=8, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88224c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.152947397 +0000 UTC m=+30.631157324 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88224c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88d4cb0 item 81 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8822b40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8822b40): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8822b40): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8822b40): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8822b40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.154923038 +0000 UTC m=+30.633132964 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8822b40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8823040): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8823040): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8823040): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88d53b0 item 82 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8823040): _readAt: size=2, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8823040): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8823040): _writeAt: size=3, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8823040): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8823040): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.15570175 +0000 UTC m=+30.633911678 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8823040): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88235c0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88235c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88235c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88235c0): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88235c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.15570175 +0000 UTC m=+30.633911678 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a88235c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a88d56c0 item 82 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8823c40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8823c40): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8823c40): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8823c40): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8823c40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.156836872 +0000 UTC m=+30.635046799 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8823c40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860240): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860240): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860240): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860240): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860240): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860240): _writeAt: size=3, off=7 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a810e4d0 item 83 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860240): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860240): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.157356869 +0000 UTC m=+30.635566797 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860240): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860780): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860780): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860780): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860780): >_readAt: n=8, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860780): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.157356869 +0000 UTC m=+30.635566797 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860780): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a810e770 item 83 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860e00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860e00): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860e00): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860e00): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860e00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.15859807 +0000 UTC m=+30.636807998 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8860e00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8861300): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8861300): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8861300): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a810f2d0 item 84 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8861300): _readAt: size=2, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8861300): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8861300): _writeAt: size=3, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8861300): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8861300): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.159213626 +0000 UTC m=+30.637423553 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8861300): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8861880): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8861880): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8861880): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8861880): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8861880): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.159213626 +0000 UTC m=+30.637423553 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8861880): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a810f5e0 item 84 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930000): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930000): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930000): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930000): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930000): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.160333869 +0000 UTC m=+30.638543797 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930000): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930500): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930500): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930500): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930500): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930500): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930500): _writeAt: size=3, off=7 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868a0e0 item 85 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930500): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930500): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.160914671 +0000 UTC m=+30.639124598 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930500): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930a40): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930a40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930a40): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930a40): >_readAt: n=8, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930a40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.160914671 +0000 UTC m=+30.639124598 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8930a40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868a460 item 85 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89310c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89310c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89310c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89310c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89310c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.162295704 +0000 UTC m=+30.640505631 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89310c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89315c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89315c0): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89315c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868af50 item 86 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89315c0): _readAt: size=2, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89315c0): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89315c0): _writeAt: size=3, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89315c0): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89315c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.162795532 +0000 UTC m=+30.641005469 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89315c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8931b40): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8931b40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8931b40): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8931b40): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8931b40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.162795532 +0000 UTC m=+30.641005469 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8931b40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a868bb20 item 86 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89582c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89582c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89582c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89582c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89582c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.163958476 +0000 UTC m=+30.642168404 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89582c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89587c0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89587c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89587c0): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89587c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89587c0): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89587c0): _writeAt: size=3, off=7 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4c0e0 item 87 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89587c0): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89587c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.164422088 +0000 UTC m=+30.642632016 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89587c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8958d00): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8958d00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8958d00): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8958d00): >_readAt: n=8, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8958d00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.164422088 +0000 UTC m=+30.642632016 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8958d00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4c2a0 item 87 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959380): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959380): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959380): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959380): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959380): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.165590843 +0000 UTC m=+30.643800771 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959380): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959880): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959880): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959880): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4c620 item 88 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959880): _readAt: size=2, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959880): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959880): _writeAt: size=3, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959880): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959880): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.166049234 +0000 UTC m=+30.644259161 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959880): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959e00): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959e00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959e00): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959e00): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959e00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.166049234 +0000 UTC m=+30.644259161 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8959e00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4c7e0 item 88 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982540): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982540): open at offset 0 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982540): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982540): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982540): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982540): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982540): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982540): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.167032921 +0000 UTC m=+30.645242848 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982540): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982a80): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982a80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982a80): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4ccb0 item 89 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982a80): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982a80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.167428083 +0000 UTC m=+30.645638020 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982a80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982fc0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982fc0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982fc0): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982fc0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982fc0): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982fc0): _writeAt: size=3, off=7 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4ce70 item 89 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982fc0): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982fc0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.167864022 +0000 UTC m=+30.646073948 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8982fc0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8983540): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8983540): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8983540): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8983540): >_readAt: n=8, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8983540): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.167864022 +0000 UTC m=+30.646073948 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8983540): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4d030 item 89 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8983b80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8983b80): open at offset 0 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8983b80): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8983b80): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8983b80): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8983b80): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8983b80): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8983b80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.168928261 +0000 UTC m=+30.647138187 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8983b80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b21c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b21c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b21c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4d3b0 item 90 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b21c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b21c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.169384738 +0000 UTC m=+30.647594665 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b21c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b2700): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b2700): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b2700): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4d6c0 item 90 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b2700): _readAt: size=2, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b2700): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b2700): _writeAt: size=3, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b2700): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b2700): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.169824664 +0000 UTC m=+30.648034591 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b2700): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b2cc0): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b2cc0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b2cc0): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b2cc0): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b2cc0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.169824664 +0000 UTC m=+30.648034591 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b2cc0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b4d880 item 90 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3300): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3300): open at offset 0 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3300): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3300): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3300): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3300): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3300): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3300): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.170991786 +0000 UTC m=+30.649201713 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3300): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3840): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3840): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3840): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3c070 item 91 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3840): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3840): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.171348295 +0000 UTC m=+30.649558223 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3840): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3d80): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3d80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3d80): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3d80): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3d80): >_readAt: n=2, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3d80): _writeAt: size=3, off=7 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3c230 item 91 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3d80): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3d80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.1717928 +0000 UTC m=+30.650002727 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89b3d80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0400): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0400): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0400): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0400): >_readAt: n=8, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0400): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.1717928 +0000 UTC m=+30.650002727 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0400): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3c3f0 item 91 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0a40): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0a40): open at offset 0 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0a40): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0a40): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0a40): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0a40): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0a40): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0a40): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.172876335 +0000 UTC m=+30.651086262 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0a40): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0f80): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0f80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0f80): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3c770 item 92 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0f80): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0f80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.173292727 +0000 UTC m=+30.651502654 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e0f80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e14c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e14c0): open at offset 5 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e14c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3c930 item 92 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e14c0): _readAt: size=2, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e14c0): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e14c0): _writeAt: size=3, off=5 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e14c0): >_writeAt: n=3, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e14c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.173751248 +0000 UTC m=+30.651961175 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e14c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e1a80): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e1a80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e1a80): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e1a80): >_readAt: n=3, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e1a80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.173751248 +0000 UTC m=+30.651961175 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a89e1a80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8a3cbd0 item 92 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a041c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a041c0): open at offset 0 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a041c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a041c0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a041c0): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a041c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a041c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a041c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.174869869 +0000 UTC m=+30.653079796 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a041c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60180): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60180): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60180): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8598690 item 93 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60180): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60180): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.175588379 +0000 UTC m=+30.653798306 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60180): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60880): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60880): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60880): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60880): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60880): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.175588379 +0000 UTC m=+30.653798306 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60880): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8598e70 item 93 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60ec0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60ec0): open at offset 0 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60ec0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60ec0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60ec0): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60ec0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60ec0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60ec0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.176889001 +0000 UTC m=+30.655098928 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d60ec0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d61400): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d61400): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d61400): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b56070 item 94 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d61400): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d61400): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.177454463 +0000 UTC m=+30.655664390 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d61400): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d61b00): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d61b00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d61b00): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d61b00): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d61b00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.177454463 +0000 UTC m=+30.655664390 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d61b00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b56230 item 94 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7a240): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7a240): open at offset 0 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7a240): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7a240): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7a240): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7a240): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7a240): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7a240): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.178944763 +0000 UTC m=+30.657154690 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7a240): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7a780): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7a780): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7a780): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b56690 item 95 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7a780): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7a780): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.17944952 +0000 UTC m=+30.657659447 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7a780): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7ae80): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7ae80): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7ae80): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7ae80): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7ae80): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.17944952 +0000 UTC m=+30.657659447 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7ae80): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b56850 item 95 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7b4c0): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7b4c0): open at offset 0 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7b4c0): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7b4c0): _readAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7b4c0): >_readAt: n=0, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7b4c0): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7b4c0): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7b4c0): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.180996385 +0000 UTC m=+30.659206313 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7b4c0): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7ba00): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7ba00): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7ba00): >openPending: err= 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b56e70 item 96 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7ba00): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7ba00): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.181818058 +0000 UTC m=+30.660027985 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8d7ba00): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/09 03:15:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/09 03:15:03 DEBUG : open-test-file: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a94200): _readAt: size=512, off=0 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a94200): openPending: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a94200): >openPending: err= 2026/07/09 03:15:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a94200): >_readAt: n=5, err=EOF 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a94200): close: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-09 03:15:03.181818058 +0000 UTC m=+30.660027985 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : open-test-file(0x13d8a8a94200): >close: err= 2026/07/09 03:15:03 DEBUG : open-test-file: Remove: 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x13d8a8b570a0 item 96 2026/07/09 03:15:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/09 03:15:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/09 03:15:03 DEBUG : open-test-file: >Remove: err= 2026/07/09 03:15:03 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:03 DEBUG : Looking for writers 2026/07/09 03:15:03 DEBUG : >WaitForWriters: 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.45s) --- PASS: TestRWFileHandleOpenTests/writes (0.26s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.01s) --- 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.01s) --- 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.01s) --- 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.01s) --- 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.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.19s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:03 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:15:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : file1: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : file1(0x13d8a8b1c080): openPending: 2026/07/09 03:15:03 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:03 DEBUG : file1(0x13d8a8b1c080): >openPending: err= 2026/07/09 03:15:03 DEBUG : file1: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:03 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/09 03:15:03 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/09 03:15:03 DEBUG : file1(0x13d8a8b1c080): _writeAt: size=2, off=0 2026/07/09 03:15:03 DEBUG : file1(0x13d8a8b1c080): >_writeAt: n=2, err= 2026/07/09 03:15:03 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/09 03:15:03 DEBUG : file1(0x13d8a8b1c080): RWFileHandle.Flush 2026/07/09 03:15:03 DEBUG : file1(0x13d8a8b1c080): RWFileHandle.Release 2026/07/09 03:15:03 DEBUG : file1(0x13d8a8b1c080): close: 2026/07/09 03:15:03 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/09 03:15:03 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : file1(0x13d8a8b1c080): >close: err= 2026/07/09 03:15:03 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:03 DEBUG : Looking for writers 2026/07/09 03:15:03 DEBUG : file1: reading active writers 2026/07/09 03:15:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/09 03:15:03 DEBUG : Looking for writers 2026/07/09 03:15:03 DEBUG : file1: reading active writers 2026/07/09 03:15:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/09 03:15:03 DEBUG : Looking for writers 2026/07/09 03:15:03 DEBUG : file1: reading active writers 2026/07/09 03:15:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/09 03:15:03 DEBUG : Looking for writers 2026/07/09 03:15:03 DEBUG : file1: reading active writers 2026/07/09 03:15:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/09 03:15:03 DEBUG : file1: vfs cache: starting upload 2026/07/09 03:15:03 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1.a0a9169e.partial" 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1.a0a9169e.partial 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1.a0a9169e.partial" 2026/07/09 03:15:03 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-hibugiw4yafa/dir/file1: no such file or directory 2026/07/09 03:15:03 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-hibugiw4yafa/dir/file1: no such file or directory 2026/07/09 03:15:03 DEBUG : Looking for writers 2026/07/09 03:15:03 DEBUG : file1: reading active writers 2026/07/09 03:15:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-hibugiw4yafa/file1.a0a9169e.partial 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:03 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/09 03:15:03 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/09 03:15:03 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/07/09 03:15:03 INFO : file1: Copied (new) 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:03 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/09 03:15:03 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/07/09 03:15:03 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/09 03:15:03 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:03 INFO : file1: vfs cache: upload succeeded try #1 2026/07/09 03:15:03 DEBUG : Looking for writers 2026/07/09 03:15:03 DEBUG : file1: reading active writers 2026/07/09 03:15:03 DEBUG : >WaitForWriters: 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:03 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:03 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-hibugiw4yafa/dir/file1: no such file or directory 2026/07/09 03:15:03 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-hibugiw4yafa/dir/file1: no such file or directory 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:03 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/07/09 03:15:03 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:03 DEBUG : Looking for writers 2026/07/09 03:15:03 DEBUG : file1: reading active writers 2026/07/09 03:15:03 DEBUG : >WaitForWriters: 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.52s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:03 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:03 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:03 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:15:03 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:03 DEBUG : rename_me: newRWFileHandle: 2026/07/09 03:15:03 DEBUG : rename_me(0x13d8a8a94f80): openPending: 2026/07/09 03:15:03 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/09 03:15:03 DEBUG : rename_me(0x13d8a8a94f80): >openPending: err= 2026/07/09 03:15:03 DEBUG : rename_me: >newRWFileHandle: err= 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/09 03:15:03 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/07/09 03:15:03 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/07/09 03:15:03 DEBUG : rename_me(0x13d8a8a94f80): _writeAt: size=5, off=0 2026/07/09 03:15:03 DEBUG : rename_me(0x13d8a8a94f80): >_writeAt: n=5, err= 2026/07/09 03:15:03 DEBUG : rename_me(0x13d8a8a94f80): close: 2026/07/09 03:15:03 DEBUG : rename_me: vfs cache: setting modification time to 2026-07-09 03:15:03.708672071 +0000 UTC m=+31.186881998 2026/07/09 03:15:03 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/07/09 03:15:03 DEBUG : rename_me(0x13d8a8a94f80): >close: err= 2026/07/09 03:15:03 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/07/09 03:15:03 DEBUG : i_was_renamed: Updating file with 0x13d8a8c26000 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/07/09 03:15:03 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/09 03:15:03 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:03 DEBUG : Looking for writers 2026/07/09 03:15:03 DEBUG : i_was_renamed: reading active writers 2026/07/09 03:15:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/09 03:15:03 DEBUG : Looking for writers 2026/07/09 03:15:03 DEBUG : i_was_renamed: reading active writers 2026/07/09 03:15:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/09 03:15:03 DEBUG : Looking for writers 2026/07/09 03:15:03 DEBUG : i_was_renamed: reading active writers 2026/07/09 03:15:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/09 03:15:03 DEBUG : Looking for writers 2026/07/09 03:15:03 DEBUG : i_was_renamed: reading active writers 2026/07/09 03:15:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/09 03:15:03 DEBUG : i_was_renamed: vfs cache: starting upload 2026/07/09 03:15:03 DEBUG : i_was_renamed.c897fd8e.partial: size = 5 OK 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/i_was_renamed.c897fd8e.partial" 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/i_was_renamed.c897fd8e.partial 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/i_was_renamed.c897fd8e.partial" 2026/07/09 03:15:03 DEBUG : Looking for writers 2026/07/09 03:15:03 DEBUG : i_was_renamed: reading active writers 2026/07/09 03:15:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/09 03:15:03 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-hibugiw4yafa/dir/file1: no such file or directory 2026/07/09 03:15:03 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-hibugiw4yafa/dir/file1: no such file or directory 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-hibugiw4yafa/i_was_renamed.c897fd8e.partial 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:03 DEBUG : i_was_renamed.c897fd8e.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/09 03:15:03 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/09 03:15:03 DEBUG : i_was_renamed.c897fd8e.partial: renamed to: i_was_renamed 2026/07/09 03:15:03 INFO : i_was_renamed: Copied (new) 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/i_was_renamed" 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/i_was_renamed 2026/07/09 03:15:03 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/i_was_renamed" 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-hibugiw4yafa/i_was_renamed 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:04 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/09 03:15:04 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-07-09 03:15:03 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/09 03:15:04 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/07/09 03:15:04 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/09 03:15:04 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/07/09 03:15:04 DEBUG : Looking for writers 2026/07/09 03:15:04 DEBUG : i_was_renamed: reading active writers 2026/07/09 03:15:04 DEBUG : >WaitForWriters: 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:04 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/09 03:15:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-hibugiw4yafa" 2026/07/09 03:15:04 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:04 DEBUG : forgetting directory cache 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate(0x13d8a8a948c0): _readAt: size=512, off=0 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate(0x13d8a8a948c0): openPending: 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-09 02:16:04 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/09 03:15:04 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate(0x13d8a8a948c0): >openPending: err= 2026/07/09 03:15:04 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate(0x13d8a8a948c0): >_readAt: n=20, err=EOF 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate(0x13d8a8a948c0): close: 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-09 02:16:04 +0000 UTC 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate(0x13d8a8a948c0): >close: err= 2026/07/09 03:15:04 DEBUG : Re-reading directory (101.58364ms old) 2026/07/09 03:15:04 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/07/09 03:15:04 DEBUG : forgetting directory cache 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate(0x13d8a8cb4c40): _readAt: size=512, off=0 2026/07/09 03:15:04 DEBUG : TestRWCacheUpdate(0x13d8a8cb4c40): openPending: 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:04 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-09 02:17:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-07-09 02:16:04 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-09 02:17:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-07-09 02:16:04 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/07/09 03:15:05 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/09 03:15:05 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate(0x13d8a8cb4c40): >openPending: err= 2026/07/09 03:15:05 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate(0x13d8a8cb4c40): >_readAt: n=20, err=EOF 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate(0x13d8a8cb4c40): close: 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-09 02:17:04 +0000 UTC 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate(0x13d8a8cb4c40): >close: err= 2026/07/09 03:15:05 DEBUG : Re-reading directory (100.59883ms old) 2026/07/09 03:15:05 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/07/09 03:15:05 DEBUG : forgetting directory cache 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate(0x13d8a8c2cb00): _readAt: size=512, off=0 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate(0x13d8a8c2cb00): openPending: 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-09 02:18:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-07-09 02:17:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-09 02:18:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-07-09 02:17:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/07/09 03:15:05 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/09 03:15:05 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate(0x13d8a8c2cb00): >openPending: err= 2026/07/09 03:15:05 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate(0x13d8a8c2cb00): >_readAt: n=20, err=EOF 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate(0x13d8a8c2cb00): close: 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-09 02:18:04 +0000 UTC 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate(0x13d8a8c2cb00): >close: err= 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:05 DEBUG : forgetting directory cache 2026/07/09 03:15:05 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate(0x13d8a8d42880): _readAt: size=512, off=0 2026/07/09 03:15:05 DEBUG : TestRWCacheUpdate(0x13d8a8d42880): openPending: 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:05 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-09 02:19:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-07-09 02:18:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-09 02:19:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-07-09 02:18:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/07/09 03:15:06 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/09 03:15:06 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate(0x13d8a8d42880): >openPending: err= 2026/07/09 03:15:06 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate(0x13d8a8d42880): >_readAt: n=20, err=EOF 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate(0x13d8a8d42880): close: 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-09 02:19:04 +0000 UTC 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate(0x13d8a8d42880): >close: err= 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : forgetting directory cache 2026/07/09 03:15:06 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate(0x13d8a8c2d740): _readAt: size=512, off=0 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate(0x13d8a8c2d740): openPending: 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-09 02:20:04 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-07-09 02:19:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-09 02:20:04 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-07-09 02:19:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/07/09 03:15:06 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/09 03:15:06 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate(0x13d8a8c2d740): >openPending: err= 2026/07/09 03:15:06 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate(0x13d8a8c2d740): >_readAt: n=20, err=EOF 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate(0x13d8a8c2d740): close: 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-09 02:20:04 +0000 UTC 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate(0x13d8a8c2d740): >close: err= 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : forgetting directory cache 2026/07/09 03:15:06 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate(0x13d8a8cb59c0): _readAt: size=512, off=0 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate(0x13d8a8cb59c0): openPending: 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-09 02:21:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-07-09 02:20:04 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-09 02:21:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-07-09 02:20:04 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/07/09 03:15:06 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/09 03:15:06 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate(0x13d8a8cb59c0): >openPending: err= 2026/07/09 03:15:06 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate(0x13d8a8cb59c0): >_readAt: n=20, err=EOF 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate(0x13d8a8cb59c0): close: 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-09 02:21:04 +0000 UTC 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate(0x13d8a8cb59c0): >close: err= 2026/07/09 03:15:06 DEBUG : Re-reading directory (100.436235ms old) 2026/07/09 03:15:06 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:06 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/07/09 03:15:07 DEBUG : forgetting directory cache 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate(0x13d8a83fecc0): _readAt: size=512, off=0 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate(0x13d8a83fecc0): openPending: 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-07-09 02:22:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-07-09 02:21:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-07-09 02:22:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-07-09 02:21:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/07/09 03:15:07 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/07/09 03:15:07 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate(0x13d8a83fecc0): >openPending: err= 2026/07/09 03:15:07 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate(0x13d8a83fecc0): >_readAt: n=21, err=EOF 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate(0x13d8a83fecc0): close: 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-09 02:22:04 +0000 UTC 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate(0x13d8a83fecc0): >close: err= 2026/07/09 03:15:07 DEBUG : Re-reading directory (100.064647ms old) 2026/07/09 03:15:07 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/07/09 03:15:07 DEBUG : forgetting directory cache 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate(0x13d8a81e8080): _readAt: size=512, off=0 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate(0x13d8a81e8080): openPending: 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-07-09 02:23:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-07-09 02:22:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-07-09 02:23:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-07-09 02:22:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/07/09 03:15:07 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/07/09 03:15:07 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate(0x13d8a81e8080): >openPending: err= 2026/07/09 03:15:07 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate(0x13d8a81e8080): >_readAt: n=22, err=EOF 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate(0x13d8a81e8080): close: 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-09 02:23:04 +0000 UTC 2026/07/09 03:15:07 DEBUG : TestRWCacheUpdate(0x13d8a81e8080): >close: err= 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:07 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:08 DEBUG : forgetting directory cache 2026/07/09 03:15:08 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate(0x13d8a899c500): _readAt: size=512, off=0 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate(0x13d8a899c500): openPending: 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-07-09 02:24:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-07-09 02:23:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-07-09 02:24:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-07-09 02:23:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/07/09 03:15:08 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/07/09 03:15:08 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate(0x13d8a899c500): >openPending: err= 2026/07/09 03:15:08 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate(0x13d8a899c500): >_readAt: n=23, err=EOF 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate(0x13d8a899c500): close: 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-09 02:24:04 +0000 UTC 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate(0x13d8a899c500): >close: err= 2026/07/09 03:15:08 DEBUG : Re-reading directory (103.557197ms old) 2026/07/09 03:15:08 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:08 DEBUG : forgetting directory cache 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate(0x13d8a871e480): _readAt: size=512, off=0 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate(0x13d8a871e480): openPending: 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/TestRWCacheUpdate" 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-hibugiw4yafa/TestRWCacheUpdate 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-07-09 02:25:04 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-07-09 02:24:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-07-09 02:25:04 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-07-09 02:24:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/07/09 03:15:08 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/07/09 03:15:08 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate(0x13d8a871e480): >openPending: err= 2026/07/09 03:15:08 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate(0x13d8a871e480): >_readAt: n=24, err=EOF 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate(0x13d8a871e480): close: 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-09 02:25:04 +0000 UTC 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate(0x13d8a871e480): >close: err= 2026/07/09 03:15:08 DEBUG : Re-reading directory (104.850274ms old) 2026/07/09 03:15:08 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/09 03:15:08 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:08 DEBUG : Looking for writers 2026/07/09 03:15:08 DEBUG : TestRWCacheUpdate: reading active writers 2026/07/09 03:15:08 DEBUG : >WaitForWriters: 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (4.95s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/FiLeA" 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/FiLeA 2026/07/09 03:15:08 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/FiLeA" 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-hibugiw4yafa/FiLeA 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:09 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/FiLeA" 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/FiLeA 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/FiLeA" 2026/07/09 03:15:09 DEBUG : forgetting directory cache 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-hibugiw4yafa/FiLeA 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:09 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/FiLeB" 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/FiLeB 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/FiLeB" 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-hibugiw4yafa/FiLeB 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:09 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/FiLeB" 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/FiLeB 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/FiLeB" 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-hibugiw4yafa/FiLeB 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:09 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/09 03:15:09 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:09 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:09 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:09 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/09 03:15:09 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/09 03:15:09 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/09 03:15:09 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:09 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/FiLeA" 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/FiLeA 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/FiLeA" 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-hibugiw4yafa/FiLeA 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:09 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/09 03:15:09 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:09 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/09 03:15:09 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/09 03:15:09 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/09 03:15:09 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:09 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/FiLeA" 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/FiLeA 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/FiLeA" 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-hibugiw4yafa/FiLeA 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:09 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/09 03:15:09 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:09 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/09 03:15:09 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/09 03:15:09 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/09 03:15:09 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:09 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:09 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:09 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/09 03:15:09 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/09 03:15:09 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/09 03:15:09 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:09 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/FiLeB" 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/FiLeB 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/FiLeB" 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-hibugiw4yafa/FiLeB 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:09 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/09 03:15:09 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:09 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/09 03:15:09 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/09 03:15:09 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/09 03:15:09 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:09 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/FilEb" 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/FilEb 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/FilEb" 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-hibugiw4yafa/FilEb 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:09 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/FiLeA" 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/FiLeA 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/FiLeA" 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-hibugiw4yafa/FiLeA 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:09 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/FiLeA" 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/FiLeA 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/FiLeA" 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-hibugiw4yafa/FiLeA 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:09 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/FiLeB" 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/FiLeB 2026/07/09 03:15:09 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/FiLeB" 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-hibugiw4yafa/FiLeB 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:10 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/FiLeB" 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/FiLeB 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/FiLeB" 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-hibugiw4yafa/FiLeB 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:10 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/FilEb" 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/FilEb 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/FilEb" 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-hibugiw4yafa/FilEb 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:10 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/FilEb" 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/FilEb 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/FilEb" 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-hibugiw4yafa/FilEb 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:10 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/07/09 03:15:10 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/09 03:15:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/09 03:15:10 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/09 03:15:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:10 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/09 03:15:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/09 03:15:10 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/07/09 03:15:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:10 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/09 03:15:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/09 03:15:10 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/07/09 03:15:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:10 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/09 03:15:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/09 03:15:10 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/07/09 03:15:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:10 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:10 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/09 03:15:10 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/09 03:15:10 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/09 03:15:10 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:10 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/FiLeB" 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/FiLeB 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/FiLeB" 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-hibugiw4yafa/FiLeB 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:10 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/09 03:15:10 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:10 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/09 03:15:10 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/09 03:15:10 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/09 03:15:10 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:10 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/FilEb" 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/FilEb 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/FilEb" 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-hibugiw4yafa/FilEb 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:10 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/09 03:15:10 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:10 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/09 03:15:10 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/09 03:15:10 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:10 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/09 03:15:10 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/09 03:15:10 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/09 03:15:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/09 03:15:10 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/09 03:15:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:10 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:10 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:10 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:10 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:10 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:10 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:10 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:10 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/09 03:15:10 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/09 03:15:10 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/09 03:15:10 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:10 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:10 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:10 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/09 03:15:10 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/09 03:15:10 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/09 03:15:10 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:10 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:10 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:10 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:10 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:10 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:10 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:10 DEBUG : Looking for writers 2026/07/09 03:15:10 DEBUG : FiLeB: reading active writers 2026/07/09 03:15:10 DEBUG : FilEb: reading active writers 2026/07/09 03:15:10 DEBUG : FiLeA: reading active writers 2026/07/09 03:15:10 DEBUG : >WaitForWriters: 2026/07/09 03:15:10 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:10 DEBUG : Looking for writers 2026/07/09 03:15:10 DEBUG : FiLeA: reading active writers 2026/07/09 03:15:10 DEBUG : FiLeB: reading active writers 2026/07/09 03:15:10 DEBUG : FilEb: reading active writers 2026/07/09 03:15:10 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.64s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/normal name with no special characters.txt" 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/normal\ name\ with\ no\ special\ characters.txt 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/normal\ name\ with\ no\ special\ characters.txt" 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-hibugiw4yafa/normal name with no special characters.txt 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:10 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/normal name with no special characters.txt" 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/normal\ name\ with\ no\ special\ characters.txt 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/normal\ name\ with\ no\ special\ characters.txt" 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-hibugiw4yafa/normal name with no special characters.txt 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:10 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/測試_Русский___ě_áñ" 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/測試_Русский___ě_áñ 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/測試_Русский___ě_áñ" 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-hibugiw4yafa/測試_Русский___ě_áñ 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:10 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/測試_Русский___ě_áñ" 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/測試_Русский___ě_áñ 2026/07/09 03:15:10 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/測試_Русский___ě_áñ" 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-hibugiw4yafa/測試_Русский___ě_áñ 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:11 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/09 03:15:11 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:11 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:11 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/09 03:15:11 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/09 03:15:11 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/09 03:15:11 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:11 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/normal name with no special characters.txt" 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/normal\ name\ with\ no\ special\ characters.txt 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/normal\ name\ with\ no\ special\ characters.txt" 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-hibugiw4yafa/normal name with no special characters.txt 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:11 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/09 03:15:11 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:11 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/07/09 03:15:11 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/07/09 03:15:11 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/07/09 03:15:11 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:11 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/測試_Русский___ě_áñ" 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/測試_Русский___ě_áñ 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/測試_Русский___ě_áñ" 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-hibugiw4yafa/測試_Русский___ě_áñ 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:11 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/09 03:15:11 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:11 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/09 03:15:11 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/09 03:15:11 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/09 03:15:11 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:11 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:11 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:11 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:11 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:11 DEBUG : Looking for writers 2026/07/09 03:15:11 DEBUG : normal name with no special characters.txt: reading active writers 2026/07/09 03:15:11 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/07/09 03:15:11 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.67s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:11 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Reusing VFS from active cache 2026/07/09 03:15:11 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:11 DEBUG : Looking for writers 2026/07/09 03:15:11 DEBUG : >WaitForWriters: 2026/07/09 03:15:11 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:11 DEBUG : Looking for writers 2026/07/09 03:15:11 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:11 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:11 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:11 DEBUG : Looking for writers 2026/07/09 03:15:11 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:11 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:11 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:11 DEBUG : Looking for writers 2026/07/09 03:15:11 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:11 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:11 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:11 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:11 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:11 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/09 03:15:11 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:11 DEBUG : dir: Looking for writers 2026/07/09 03:15:11 DEBUG : file2: reading active writers 2026/07/09 03:15:11 DEBUG : Looking for writers 2026/07/09 03:15:11 DEBUG : dir: reading active writers 2026/07/09 03:15:11 DEBUG : file1: reading active writers 2026/07/09 03:15:11 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.44s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:11 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:11 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:11 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:15:11 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:12 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:12 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/09 03:15:12 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:12 DEBUG : dir: Looking for writers 2026/07/09 03:15:12 DEBUG : Looking for writers 2026/07/09 03:15:12 DEBUG : dir: reading active writers 2026/07/09 03:15:12 DEBUG : file1: reading active writers 2026/07/09 03:15:12 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.40s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:12 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:12 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:12 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:12 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:12 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/09 03:15:12 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:12 DEBUG : file1: Open: flags=O_RDONLY 2026/07/09 03:15:12 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/09 03:15:12 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/09 03:15:12 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:12 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/07/09 03:15:12 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/09 03:15:12 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:12 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:12 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:12 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/09 03:15:12 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/07/09 03:15:12 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/07/09 03:15:12 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: File to upload is small (0 bytes), uploading instead of streaming 2026/07/09 03:15:12 DEBUG : dir/new_file.txt: size = 0 OK 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/new_file.txt" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/new_file.txt 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/new_file.txt" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-hibugiw4yafa/dir/new_file.txt 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:12 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/09 03:15:12 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/09 03:15:12 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/07/09 03:15:12 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/09 03:15:12 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:12 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/09 03:15:12 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:12 DEBUG : dir: Looking for writers 2026/07/09 03:15:12 DEBUG : file2: reading active writers 2026/07/09 03:15:12 DEBUG : new_file.txt: reading active writers 2026/07/09 03:15:12 DEBUG : Looking for writers 2026/07/09 03:15:12 DEBUG : dir: reading active writers 2026/07/09 03:15:12 DEBUG : file1: reading active writers 2026/07/09 03:15:12 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.51s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:12 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:12 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file2" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-hibugiw4yafa/dir/file2 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:12 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/09 03:15:12 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/07/09 03:15:12 DEBUG : dir/file1: Updating file with dir/file1 0x13d8a893da00 2026/07/09 03:15:12 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/09 03:15:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:12 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:12 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/dir/file1" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-hibugiw4yafa/dir/file1 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:13 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/09 03:15:13 INFO : dir/file1: Moved (server-side) to: file0 2026/07/09 03:15:13 DEBUG : file0: Updating file with file0 0x13d8a893da00 2026/07/09 03:15:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file0" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file0 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file0" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-hibugiw4yafa/file0 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:13 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file0" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/file0 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/file0" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-hibugiw4yafa/file0 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:13 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/09 03:15:13 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:13 DEBUG : dir: Looking for writers 2026/07/09 03:15:13 DEBUG : Looking for writers 2026/07/09 03:15:13 DEBUG : dir: reading active writers 2026/07/09 03:15:13 DEBUG : file0: reading active writers 2026/07/09 03:15:13 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.57s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:13 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Server has VFS statistics extension 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: About path "/rclone-test-hibugiw4yafa" 2026/07/09 03:15:13 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:13 DEBUG : Looking for writers 2026/07/09 03:15:13 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.00s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:13 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddDir: "/" 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddDir: "b" 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddDir: "c" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddDir: "d" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/09 03:15:13 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:13 DEBUG : b: Looking for writers 2026/07/09 03:15:13 DEBUG : c: Looking for writers 2026/07/09 03:15:13 DEBUG : d: Looking for writers 2026/07/09 03:15:13 DEBUG : Looking for writers 2026/07/09 03:15:13 DEBUG : a: Looking for writers 2026/07/09 03:15:13 DEBUG : Looking for writers 2026/07/09 03:15:13 DEBUG : /: reading active writers 2026/07/09 03:15:13 DEBUG : a: reading active writers 2026/07/09 03:15:13 DEBUG : b: reading active writers 2026/07/09 03:15:13 DEBUG : c: reading active writers 2026/07/09 03:15:13 DEBUG : d: reading active writers 2026/07/09 03:15:13 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.22s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:13 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/09 03:15:13 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/07/09 03:15:13 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/07/09 03:15:13 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/07/09 03:15:13 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:13 DEBUG : a/b/c/d: Looking for writers 2026/07/09 03:15:13 DEBUG : a/b/c: Looking for writers 2026/07/09 03:15:13 DEBUG : d: reading active writers 2026/07/09 03:15:13 DEBUG : a/b: Looking for writers 2026/07/09 03:15:13 DEBUG : c: reading active writers 2026/07/09 03:15:13 DEBUG : a: Looking for writers 2026/07/09 03:15:13 DEBUG : b: reading active writers 2026/07/09 03:15:13 DEBUG : Looking for writers 2026/07/09 03:15:13 DEBUG : a: reading active writers 2026/07/09 03:15:13 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.03s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:13 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:13 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:13 DEBUG : Looking for writers 2026/07/09 03:15:13 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-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:13 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:13 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:13 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:13 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/09 03:15:13 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:13 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/09 03:15:13 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/09 03:15:13 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: File to upload is small (5 bytes), uploading instead of streaming 2026/07/09 03:15:13 DEBUG : file1: size = 5 OK 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:13 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/09 03:15:13 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/09 03:15:13 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:13 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:13 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/09 03:15:13 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:13 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:13 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/09 03:15:13 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/09 03:15:13 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:13 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:13 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/09 03:15:13 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/09 03:15:13 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/07/09 03:15:13 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/09 03:15:13 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:13 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/09 03:15:13 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: File to upload is small (0 bytes), uploading instead of streaming 2026/07/09 03:15:13 DEBUG : file1: size = 0 OK 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:13 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/09 03:15:13 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/09 03:15:13 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:13 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/09 03:15:13 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:13 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/09 03:15:13 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: File to upload is small (7 bytes), uploading instead of streaming 2026/07/09 03:15:13 DEBUG : file1: size = 7 OK 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:13 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:13 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/07/09 03:15:13 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/07/09 03:15:13 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:13 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:13 DEBUG : Looking for writers 2026/07/09 03:15:13 DEBUG : file1: reading active writers 2026/07/09 03:15:13 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.51s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:13 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:13 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:13 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:13 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/09 03:15:13 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/09 03:15:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:13 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/07/09 03:15:14 DEBUG : file1: aborting in-sequence write wait, off=100 2026/07/09 03:15:14 DEBUG : file1: failed to wait for in-sequence write to 100 2026/07/09 03:15:14 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/07/09 03:15:14 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: File to upload is small (11 bytes), uploading instead of streaming 2026/07/09 03:15:14 DEBUG : file1: size = 11 OK 2026/07/09 03:15:14 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:14 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:14 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:14 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:15 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/09 03:15:15 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/09 03:15:15 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/09 03:15:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:15 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:15 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:15 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/09 03:15:15 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:15 DEBUG : Looking for writers 2026/07/09 03:15:15 DEBUG : file1: reading active writers 2026/07/09 03:15:15 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.27s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:15 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:15 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/09 03:15:15 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/09 03:15:15 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/07/09 03:15:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: File to upload is small (5 bytes), uploading instead of streaming 2026/07/09 03:15:15 DEBUG : file1: size = 5 OK 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:15 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/09 03:15:15 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/09 03:15:15 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/09 03:15:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:15 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/07/09 03:15:15 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:15 DEBUG : Looking for writers 2026/07/09 03:15:15 DEBUG : file1: reading active writers 2026/07/09 03:15:15 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.11s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:15 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:15 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/09 03:15:15 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/09 03:15:15 DEBUG : file1: WriteFileHandle.Release closing 2026/07/09 03:15:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: File to upload is small (0 bytes), uploading instead of streaming 2026/07/09 03:15:15 DEBUG : file1: size = 0 OK 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:15 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/09 03:15:15 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/09 03:15:15 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/09 03:15:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:15 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/07/09 03:15:15 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:15 DEBUG : Looking for writers 2026/07/09 03:15:15 DEBUG : file1: reading active writers 2026/07/09 03:15:15 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.10s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:15 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:15 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/09 03:15:15 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/09 03:15:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: File to upload is small (2 bytes), uploading instead of streaming 2026/07/09 03:15:15 DEBUG : file1: size = 2 OK 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:15 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/09 03:15:15 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/09 03:15:15 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/09 03:15:15 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/07/09 03:15:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:15 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:15 DEBUG : Looking for writers 2026/07/09 03:15:15 DEBUG : file1: reading active writers 2026/07/09 03:15:15 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.10s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:15 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:15 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/09 03:15:15 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/09 03:15:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: File to upload is small (0 bytes), uploading instead of streaming 2026/07/09 03:15:15 DEBUG : file1: size = 0 OK 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:15 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/09 03:15:15 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/09 03:15:15 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/09 03:15:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:15 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:15 DEBUG : file1: Open: flags=O_RDONLY 2026/07/09 03:15:15 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/09 03:15:15 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/09 03:15:15 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:15 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:15 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:15 DEBUG : Looking for writers 2026/07/09 03:15:15 DEBUG : file1: reading active writers 2026/07/09 03:15:15 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.11s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:15 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/09 03:15:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/09 03:15:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:15 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/09 03:15:15 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/09 03:15:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: File to upload is small (100 bytes), uploading instead of streaming 2026/07/09 03:15:15 DEBUG : file1: size = 100 OK 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/file1" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 1808e17c0b8980a2c5bec58686caa39d /rclone-test-hibugiw4yafa/file1 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:15 DEBUG : file1: Parsed hash: 1808e17c0b8980a2c5bec58686caa39d 2026/07/09 03:15:15 DEBUG : file1: md5 = 1808e17c0b8980a2c5bec58686caa39d OK 2026/07/09 03:15:15 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/09 03:15:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/09 03:15:15 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/09 03:15:15 DEBUG : file1: Open: flags=O_RDONLY 2026/07/09 03:15:15 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/09 03:15:15 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/09 03:15:15 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:15 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:15 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:15 DEBUG : Looking for writers 2026/07/09 03:15:15 DEBUG : file1: reading active writers 2026/07/09 03:15:15 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.11s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:15 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/flat/f000.txt" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/flat/f000.txt 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/flat/f000.txt" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-hibugiw4yafa/flat/f000.txt 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:15 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/flat/f000.txt" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/flat/f000.txt 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/flat/f000.txt" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-hibugiw4yafa/flat/f000.txt 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:15 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/flat/f001.txt" 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/flat/f001.txt 2026/07/09 03:15:15 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/flat/f001.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-hibugiw4yafa/flat/f001.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:16 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/flat/f001.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/flat/f001.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/flat/f001.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-hibugiw4yafa/flat/f001.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:16 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/flat/f002.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/flat/f002.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/flat/f002.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-hibugiw4yafa/flat/f002.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:16 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/flat/f002.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/flat/f002.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/flat/f002.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-hibugiw4yafa/flat/f002.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:16 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/flat/f003.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/flat/f003.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/flat/f003.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-hibugiw4yafa/flat/f003.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:16 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/flat/f003.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/flat/f003.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/flat/f003.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-hibugiw4yafa/flat/f003.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:16 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/flat/f004.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/flat/f004.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/flat/f004.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-hibugiw4yafa/flat/f004.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:16 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/flat/f004.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: sha1sum /rclone-test-hibugiw4yafa/flat/f004.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-hibugiw4yafa/flat/f004.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-hibugiw4yafa/flat/f004.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:16 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/07/09 03:15:16 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/07/09 03:15:16 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/07/09 03:15:16 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:16 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/flat/f000.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/flat/f000.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/flat/f000.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-hibugiw4yafa/flat/f000.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:16 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/09 03:15:16 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/07/09 03:15:16 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/07/09 03:15:16 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:16 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/flat/f001.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/flat/f001.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/flat/f001.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-hibugiw4yafa/flat/f001.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:16 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/09 03:15:16 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/07/09 03:15:16 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/07/09 03:15:16 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:16 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/flat/f002.txt" 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/flat/f002.txt 2026/07/09 03:15:16 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/flat/f002.txt" 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-hibugiw4yafa/flat/f002.txt 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:17 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/09 03:15:17 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/07/09 03:15:17 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/07/09 03:15:17 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:17 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/flat/f003.txt" 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/flat/f003.txt 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/flat/f003.txt" 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-hibugiw4yafa/flat/f003.txt 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:17 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/09 03:15:17 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/07/09 03:15:17 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/07/09 03:15:17 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:17 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/flat/f004.txt" 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/flat/f004.txt 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/flat/f004.txt" 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-hibugiw4yafa/flat/f004.txt 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:17 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/09 03:15:17 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:17 DEBUG : flat: Looking for writers 2026/07/09 03:15:17 DEBUG : f000.txt: reading active writers 2026/07/09 03:15:17 DEBUG : f001.txt: reading active writers 2026/07/09 03:15:17 DEBUG : f002.txt: reading active writers 2026/07/09 03:15:17 DEBUG : f003.txt: reading active writers 2026/07/09 03:15:17 DEBUG : f004.txt: reading active writers 2026/07/09 03:15:17 DEBUG : Looking for writers 2026/07/09 03:15:17 DEBUG : flat: reading active writers 2026/07/09 03:15:17 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.45s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:17 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:17 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/07/09 03:15:17 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/07/09 03:15:17 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:17 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/a/b/c/deep.txt" 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/a/b/c/deep.txt 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/a/b/c/deep.txt" 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-hibugiw4yafa/a/b/c/deep.txt 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:17 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/07/09 03:15:17 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/07/09 03:15:17 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/07/09 03:15:17 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:17 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/a/b/mid.txt" 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/a/b/mid.txt 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/a/b/mid.txt" 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-hibugiw4yafa/a/b/mid.txt 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:17 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/07/09 03:15:17 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/07/09 03:15:17 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/07/09 03:15:17 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:17 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/a/top.txt" 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/a/top.txt 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/a/top.txt" 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-hibugiw4yafa/a/top.txt 2026/07/09 03:15:17 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:17 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/07/09 03:15:17 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:17 DEBUG : a/b/c: Looking for writers 2026/07/09 03:15:17 DEBUG : deep.txt: reading active writers 2026/07/09 03:15:17 DEBUG : a/b: Looking for writers 2026/07/09 03:15:17 DEBUG : mid.txt: reading active writers 2026/07/09 03:15:17 DEBUG : c: reading active writers 2026/07/09 03:15:17 DEBUG : a: Looking for writers 2026/07/09 03:15:17 DEBUG : b: reading active writers 2026/07/09 03:15:17 DEBUG : top.txt: reading active writers 2026/07/09 03:15:17 DEBUG : Looking for writers 2026/07/09 03:15:17 DEBUG : a: reading active writers 2026/07/09 03:15:17 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.36s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:17 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:17 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/07/09 03:15:17 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/07/09 03:15:17 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:17 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/bigdir/big.bin" 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/bigdir/big.bin 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/bigdir/big.bin" 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: b878bae60ab8f1c20a80e901cda6be64 /rclone-test-hibugiw4yafa/bigdir/big.bin 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:18 DEBUG : bigdir/big.bin: Parsed hash: b878bae60ab8f1c20a80e901cda6be64 2026/07/09 03:15:18 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:18 DEBUG : bigdir: Looking for writers 2026/07/09 03:15:18 DEBUG : big.bin: reading active writers 2026/07/09 03:15:18 DEBUG : Looking for writers 2026/07/09 03:15:18 DEBUG : bigdir: reading active writers 2026/07/09 03:15:18 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (1.16s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-hibugiw4yafa", Local "Local file system at /tmp/rclone658852130", Modify Window "1s" 2026/07/09 03:15:18 INFO : sftp://rclone@:22/rclone-test-hibugiw4yafa: poll-interval is not supported by this remote 2026/07/09 03:15:18 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/07/09 03:15:18 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/07/09 03:15:18 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:18 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir1/a.txt" 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir1/a.txt 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir1/a.txt" 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-hibugiw4yafa/dir1/a.txt 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:18 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/07/09 03:15:18 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/07/09 03:15:18 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/07/09 03:15:18 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:18 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir2/b.txt" 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir2/b.txt 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir2/b.txt" 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: 415290769594460e2e485922904f345d /rclone-test-hibugiw4yafa/dir2/b.txt 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:18 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/07/09 03:15:18 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/07/09 03:15:18 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/07/09 03:15:18 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/09 03:15:18 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Shell path "/rclone-test-hibugiw4yafa/dir3/c.txt" 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: creating additional session 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Running remote command: md5sum /rclone-test-hibugiw4yafa/dir3/c.txt 2026/07/09 03:15:18 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-hibugiw4yafa/dir3/c.txt" 2026/07/09 03:15:19 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: command exited OK 2026/07/09 03:15:19 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-hibugiw4yafa/dir3/c.txt 2026/07/09 03:15:19 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: ssh external: close 2026/07/09 03:15:19 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/07/09 03:15:19 DEBUG : WaitForWriters: timeout=30s 2026/07/09 03:15:19 DEBUG : dir1: Looking for writers 2026/07/09 03:15:19 DEBUG : a.txt: reading active writers 2026/07/09 03:15:19 DEBUG : dir2: Looking for writers 2026/07/09 03:15:19 DEBUG : b.txt: reading active writers 2026/07/09 03:15:19 DEBUG : dir3: Looking for writers 2026/07/09 03:15:19 DEBUG : c.txt: reading active writers 2026/07/09 03:15:19 DEBUG : Looking for writers 2026/07/09 03:15:19 DEBUG : dir1: reading active writers 2026/07/09 03:15:19 DEBUG : dir2: reading active writers 2026/07/09 03:15:19 DEBUG : dir3: reading active writers 2026/07/09 03:15:19 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.37s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/07/09 03:15:19 DEBUG : sftp://rclone@:22/rclone-test-hibugiw4yafa: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.627843414s (try 1/5)